Re: ImageMagick convert -colors value
On Monday 22 June 2009 02:20:05 pm Felix Miata wrote:
> My screenshots from KSnapshot are too large a file size. I want to make png
> files as small as possible, but nothing other than -quality 70 seems to
> help materially, and that's not enough.
Are you implying that you don't want to resize them,
just reduce their quality greatly? I resize photos
for web and email using ImageMagick via something like:
convert -resize 50% -quality 90 bigfile smallfile
What is the point of having crappy looking large photos?
Better to have good looking small ones, IMHO.
Norm