[ok] Produced PNG by I.M. have a too big file size
Posted: 2008-03-15T09:46:56-07:00
Hello
Here is an example :
The original image is PNG (rvb), size: 256x256, file size: 37KB
Link to the image :
I want to resize with "convert" to 200x200, so I use this command line :
The size/resolution is OK, 200x200 px, but the file size is too big : 80KB ! (twice the original although the picture have a smaller resolution.)
Link to the image :
Now, if i trie an other command line program, nconvert (from xnview author), with this command line :
I obtain a 200x200px PNG which only is 28 KB !!
Link to the image :
I prefer to use convert (IM), it's a very advanced program, but file size is important too, especially for websites.
So, what is the better way to correct this problem ?
Thanks For Paying Attention
Precision : I work on Linux and the version of IM is : ImageMagick 6.3.9 03/09/08 Q1
Here is an example :
The original image is PNG (rvb), size: 256x256, file size: 37KB
Link to the image :
I want to resize with "convert" to 200x200, so I use this command line :
Code: Select all
convert itachi.png -resize 200x200 itachi.im.png
Link to the image :
Now, if i trie an other command line program, nconvert (from xnview author), with this command line :
Code: Select all
nconvert -resize 200 200 -o itachi.nv.png itachi.png
Link to the image :
I prefer to use convert (IM), it's a very advanced program, but file size is important too, especially for websites.
So, what is the better way to correct this problem ?
Thanks For Paying Attention
Precision : I work on Linux and the version of IM is : ImageMagick 6.3.9 03/09/08 Q1