Skip to content

Instantly share code, notes, and snippets.

@noboomu
Last active December 15, 2020 10:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noboomu/f06610db92b64077c408 to your computer and use it in GitHub Desktop.
Save noboomu/f06610db92b64077c408 to your computer and use it in GitHub Desktop.
Imagemagick CMYK to RGB on OS X.
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