Discussion:
Converting ico files to other format many output files are created, why?
Sandro
2010-11-16 23:03:03 UTC
Permalink
Dear all,

I have a question. When I use imagemagik (Version: ImageMagick 6.6.3)
to convert ico files to other image formats I obtain many output files,
not a unique output file, for example:

convert fb.ico fb.png

it produces these 5 output files:


fb-1.png
fb-2.png
fb-3.png
fb-4.png
fb-5.png
fb-6.png
fb-7.png
fb-8.png
fb-9.png


it seems all the same image but they are different, somebody know what
is the difference? I have tried googling, but I have no find useful results.

Thanks


Sandro
--
*gialloporpora: > @chrisblizzard: Firefox 4 Beta 7 is out. Screaming
fast JavaScript, hardware acceleration and WebGL.
http://blog.mozilla.com/?p=2560 * - http://bit.ly/aE92oY
* FAQ* di /it-alt.comp.software.mozilla/: http://bit.ly/BKSpn
Anthony Thyssen
2010-11-17 02:09:06 UTC
Permalink
On Wed, 17 Nov 2010 00:03:03 +0100
magick-users-***@imagemagick.org wrote:
| Dear all,
|
| I have a question. When I use imagemagik (Version: ImageMagick 6.6.3)
| to convert ico files to other image formats I obtain many output files,
| not a unique output file, for example:
|
| convert fb.ico fb.png
|
| it produces these 5 output files:
|
|
| fb-1.png
| fb-2.png
| fb-3.png
| fb-4.png
| fb-5.png
| fb-6.png
| fb-7.png
| fb-8.png
| fb-9.png
|
|
| it seems all the same image but they are different, somebody know what
| is the difference? I have tried googling, but I have no find useful results.
|
| Thanks

Typically they are the same image, but at different pixel sizes
(dimensions), so the using program can pick the appropriate size.


Anthony Thyssen ( System Programmer ) <***@griffith.edu.au>
--------------------------------------------------------------------------
Make it idiot proof and someone will make a better idiot.
--------------------------------------------------------------------------
Anthony's Castle http://www.cit.griffith.edu.au/~anthony/

Continue reading on narkive:
Loading...