Created
March 28, 2024 04:23
-
-
Save HerbFargus/1b0c7d0da56b31ce21e7cec51656edca to your computer and use it in GitHub Desktop.
Imagemagick mogrify - bake in color profile of tifs in folder without attaching profile - in this case converting a scanner color correction to sRGB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
magick mogrify -strip -profile .\EpsonV600IT8.icc -profile .\sRGB_v4_ICC_preference.icc +profile * *.tif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment