| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-28 | Fix some typos (found by `codespell` and `typos`) | Stefan Weil | |
| Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2021-10-27 | opj_compress: add a -TargetBitDepth switch for TIFF output (#1384) | msheby | |
| Sometimes, given the same (16-bit TIF) input, one wants to generate a variety of J2C outputs (say, 16-, 12-, and 10-bit). This patch allows one to downsample input files, and so makes it easier to automate OpenJPEG in mass generation of J2Cs without having to pipe though an image processing program. | |||
| 2021-10-21 | API: deprecate 'bpp' member in favor of 'prec' | Even Rouault | |
| in opj_image_comp and opj_image_comptparm structures. bpp was redundant with prec, and almost never set by the library, except by opj_image_create(). This change should hopefully not impact existing, working, users of the API, which should already have used prec to get things working. Fixes #1379 | |||
| 2021-06-07 | Fix various compiler warnings | Even Rouault | |
| 2020-05-20 | Testing: revise testing of lossy encoding by comparing PEAK and MSE with ↵ | Even Rouault | |
| original image | |||
| 2020-05-20 | compare_images.c: code reformatting | Even Rouault | |
| 2016-04-30 | Update lcms (#544) | Matthieu Darbois | |
| Update to mm2/Little-CMS@0e8234e090d6aab33f90e2eb0296f30aa0705e57 | |||
| 2015-09-10 | Remove invalid assert in compare_images | mayeut | |
| 2015-09-10 | Correct lossless issue on linux x86 | mayeut | |
| Update uclouvain/openjpeg#571 | |||
| 2014-03-17 | [trunk] Explicitely reject file4/file6 scenario | Mathieu Malaterre | |
| Update issue 286 | |||
| 2014-03-14 | [trunk] Be more verbose about failure. | Mathieu Malaterre | |
| Update issue 294 | |||
| 2014-03-13 | [trunk] Add a double check for user input | Mathieu Malaterre | |
| 2014-03-12 | [trunk] TIFF files in test suite can have 1 or 3 components | Mathieu Malaterre | |
| 2014-03-12 | [trunk] Simplify code when reading in TIFF images | Mathieu Malaterre | |
| 2014-03-10 | [trunk] Run richter test suite, correct a regression introduced in r2668 | Mathieu Malaterre | |
| 2014-03-10 | [trunk] Properly handle number of components to run kakadu test suite. | Mathieu Malaterre | |
| Update issue 266 | |||
| 2014-03-10 | [trunk] Handle multi components files with PGM outputs | Mathieu Malaterre | |
| 2014-03-10 | [trunk] Fix compilation when TIFF lib is neither found nor compiled | Mathieu Malaterre | |
| 2014-03-10 | [trunk] Fix warnings about shadow variables | Mathieu Malaterre | |
| 2014-03-07 | [trunk] Add new test suite that run on kakadu conformance images | Mathieu Malaterre | |
| 2014-03-07 | [trunk] Cleanup commit. Rename compare family since comparePGX now support TIFF. | Mathieu Malaterre | |
| Rename compareRAWimage for clarity since it merely compare files (not images). | |||
