Last active
December 15, 2020 10:23
-
-
Save noboomu/f06610db92b64077c408 to your computer and use it in GitHub Desktop.
Imagemagick CMYK to RGB on OS X.
This file contains 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
convert -profile "/System/Library/ColorSync/Profiles/sRGB Profile.icc" -colorspace RGB source.jpg destination.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment