Skip to content

Instantly share code, notes, and snippets.

@Sarmaged
Last active April 25, 2019 13:39
Show Gist options
  • Save Sarmaged/c380ffde64ae0e8bcf1984ed74fdeb8b to your computer and use it in GitHub Desktop.
Save Sarmaged/c380ffde64ae0e8bcf1984ed74fdeb8b to your computer and use it in GitHub Desktop.
mogrify -strip -interlace Plane -quality 85% -background '#fff' -alpha remove -format jpg *.png
convert -strip -interlace Plane -quality 85% -background '#fff' -alpha remove source.png output.jpg
RETINA 2x 3x (40%)
mogrify -strip -interlace Plane -quality 40% -background '#fff' -alpha remove -format jpg *.png
convert -strip -interlace Plane -quality 40% -background '#fff' -alpha remove source.png output.jpg
-geometry x311 -> (height 311px)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment