ImageMagic convert

covert -quality 0 image.png image.png
covert -geometry 640x640 image.png image.png
for file in *.png; do  convert -quality 0 -geometry 640x640 $file $file; done
imagemagic_convert.txt · Last modified: 2008/09/23 09:05 by jobriath
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki