As suggested by Pete, I added -strip and now the size of the file is almost
the same as when I resize using a software.



lg wrote:
> 
> When resizing images using IM, I notice that the file size of some of them
> is much more higher than when resizing the same image using PaintShop Pro
> even though I use the same image size and compression. Is there a command
> I should use in order to decrease the file size? 
> 
> Here is the code I currently use :
> system("exec 2>&1; convert $file    -resize 400x500\> -quality 70 -density
> 72x72 $newname");
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-file-size-tf4395939.html#a12637047
Sent from the Magick-users mailing list archive at Nabble.com.

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

Reply via email to