summaryrefslogtreecommitdiff
path: root/tests/compare_images.c
AgeCommit message (Collapse)Author
2024-02-28Fix some typos (found by `codespell` and `typos`)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-10-27opj_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-21API: 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-07Fix various compiler warningsEven Rouault
2020-05-20Testing: revise testing of lossy encoding by comparing PEAK and MSE with ↵Even Rouault
original image
2020-05-20compare_images.c: code reformattingEven Rouault
2016-04-30Update lcms (#544)Matthieu Darbois
Update to mm2/Little-CMS@0e8234e090d6aab33f90e2eb0296f30aa0705e57
2015-09-10Remove invalid assert in compare_imagesmayeut
2015-09-10Correct lossless issue on linux x86mayeut
Update uclouvain/openjpeg#571
2014-03-17[trunk] Explicitely reject file4/file6 scenarioMathieu 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 inputMathieu Malaterre
2014-03-12[trunk] TIFF files in test suite can have 1 or 3 componentsMathieu Malaterre
2014-03-12[trunk] Simplify code when reading in TIFF imagesMathieu Malaterre
2014-03-10[trunk] Run richter test suite, correct a regression introduced in r2668Mathieu 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 outputsMathieu Malaterre
2014-03-10[trunk] Fix compilation when TIFF lib is neither found nor compiledMathieu Malaterre
2014-03-10[trunk] Fix warnings about shadow variablesMathieu Malaterre
2014-03-07[trunk] Add new test suite that run on kakadu conformance imagesMathieu 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).