GraphicsMagick: utilities/tests/icc-transform.tap: Trace ICC pro...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.4696.1663438741.1372.graphicsmagick-commit@lists.sourceforge.net> |
changeset 88cf2a90d306 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=88cf2a90d306
summary: utilities/tests/icc-transform.tap: Trace ICC profile processing steps.
diffstat:
utilities/tests/icc-transform.tap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 68f7dbfde37b -r 88cf2a90d306 utilities/tests/icc-transform.tap
--- a/utilities/tests/icc-transform.tap Sat Sep 17 10:31:36 2022 -0500
+++ b/utilities/tests/icc-transform.tap Sat Sep 17 13:18:48 2022 -0500
@@ -14,6 +14,6 @@
rm -f ${ORIGINAL_PROFILE}
rm -f ${IMAGE_OUTPUT}
test_command_fn 'Extract ICC profile' ${GM} convert ${SUNRISE_MIFF} ${ORIGINAL_PROFILE}
-test_command_fn 'Apply ICC profile and then reverse it' -F LCMS ${GM} convert ${SUNRISE_MIFF} -profile ${BETARGB_PROFILE} -profile ${ORIGINAL_PROFILE} -compress ${MIFF_COMPRESS} ${IMAGE_OUTPUT}
+test_command_fn 'Apply ICC profile and then reverse it' -F LCMS ${GM} convert ${SUNRISE_MIFF} -debug Transform -profile ${BETARGB_PROFILE} -profile ${ORIGINAL_PROFILE} -compress ${MIFF_COMPRESS} ${IMAGE_OUTPUT}
test_command_fn 'Verify results' ${GM} compare -maximum-error 0.004 -metric MAE ${SUNRISE_MIFF} ${IMAGE_OUTPUT}
: