website/notes.md

5 lines
256 B
Markdown
Raw Normal View History

* magick convert image.img -strip -interlace Plane -quality 85% image.img
* magick convert *.jpg -strip -interlace Plane -quality 85% -resize 720x9999 *_720w.jpg
* magick convert *.png -strip -resize 720x *_720x.png
* pngcrush input.png output.png