View Single Post
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#8
Here's an simple example:

convert original.jpg -geometry "50%x50%" -interlace Line -quality 90 resized.jpg

This will rescale to 1/2, change quality to 90% and put a Line interlacing (useful for web)