Skip to content

Instantly share code, notes, and snippets.

@HerbFargus
Created March 28, 2024 04:23
Show Gist options
  • Save HerbFargus/1b0c7d0da56b31ce21e7cec51656edca to your computer and use it in GitHub Desktop.
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
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