Last active
December 24, 2015 02:38
-
-
Save cwvhogue/6731553 to your computer and use it in GitHub Desktop.
ImageMagick convert resize command including -colorspace change to preserve color.
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
| convert 00000201.jpg -colorspace RGB -resize 250000@ -colorspace sRGB -quality 80 00000201_250.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment