Page 1 of 1

tif to jpg convert with lesser size

Posted: 2013-02-15T07:00:18-07:00
by user08/15
Hi Everybody,

I am very new to imagemagick and I want to convert my CMYK (24Bit) tif-image to a jpg-RGB-image.

I have tried some options but the result is not enough.

following options I am using

-density 72 -colorspace RGB -quality 85% -type optimize -resize 500x500

but the Image is still 34 kb now. By using Gimp the converted image can be reduced to 11 kb.
Original size was 690kb and I want to optimize this image for web usage.

How can I decrease the size by imagemagick to get an 11 kb small image ?
It seems that density has not the effect I want to. I want to reduce dpi from 300 to 72
but this is still 300.

Best Regards
Timo

Re: tif to jpg convert with lesser size

Posted: 2013-02-15T10:55:08-07:00
by fmw42
What version of IM and what platform? Depending upon version you may need -colorspace sRGB if on a current version of IM

Try adding -type palette or -colors 256

and see if that helps.