add the option, -strip, also perhaps -quality 70 or thereabouts:

convert $file -resize $yoursize -strip $newfile

see what that brings, then add quality option adjusting up/down and 
looking at the byte count and the image quality.

convert $file -resize $yoursize -strip -quality 70 $newfile


gialloporpora wrote:
> Deal all,
>
> I would like to create a Face image to insert in my mail message, the 
> first step is to resize my image to 48x48 pixels.
> My starting image is this:
> http://i250.photobucket.com/albums/gg274/gialloporpora/foxkeh2.png
>
> of 4400 bytes
> I need to transform it in an image of at most 725 bytes:
> http://quimby.gnus.org/circus/face/
>
> If I resize it  using ImageMagik I obtain an image, 48x48, of 2200 bytes 
> that is too big.
>
> Somebody know some idea to reduce the size of the file?
> If possible, I would like to use only two colors (monochrome but not 
> black and white).
>
> Thanks
> Sandro
>
>
> _______________________________________________
> Magick-users mailing list
> [email protected]
> http://studio.imagemagick.org/mailman/listinfo/magick-users
>
>
>   

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to