Skip to content

Instantly share code, notes, and snippets.

@cwvhogue
Created September 23, 2013 18:23
Show Gist options
  • Save cwvhogue/6674721 to your computer and use it in GitHub Desktop.
Save cwvhogue/6674721 to your computer and use it in GitHub Desktop.
ImageMagick convert options to resize a large JPG file to WebP at .25 Megapixel. WORKS ONLY IF libwebp is linked in to convert, otherwise outputs .webp that is really JPEG encoded...
convert 00000201.jpg -colorspace RGB -resize 250000@ -colorspace sRGB -quality 50 -define webp:lossless=true 00000201.webp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment