I need to create thumbnails with imagemagick.. but the file size of the thumbnails is very LARGE!
convert -resize 80x80 -quality 70 file.jpg file-thumb.jpg
example:
file.jpg (1100x825px, 75kb) => file-thumb.jpg (80x60px, 29kb)
It just don't give any sense the thumbs ends up so large!? What am I doing wrong?
$filterargument ofImagick::resizeImage(). – Alix Axel May 13 '12 at 10:38