Skip to content

Instantly share code, notes, and snippets.

@cwvhogue
Last active December 24, 2015 02:38
Show Gist options
  • Select an option

  • Save cwvhogue/6731553 to your computer and use it in GitHub Desktop.

Select an option

Save cwvhogue/6731553 to your computer and use it in GitHub Desktop.
ImageMagick convert resize command including -colorspace change to preserve color.
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