Short:        Convert OS4 icons to PNG
Author:       Ilkka Lehtoranta
Uploader:     Ilkka Lehtoranta (ilkleht yahoo com)
Type:         gfx/conv
Version:      1.0
Architecture: ppc-morphos >= 2.0

Converts OS4 icons to PNG retaining tooltypes and default tool.

Example:
 icon2png FROM=disk.info TO=ram:image.png

If the destination is directory the source file name is automatically used
with the destination.

Pattern matching is supported, for example "icon2png FROM=HD0:#? TO=RAM:"
converts icons from HD0: to RAM:.

By default only the first image is converted. If you want DualPNG
icons or you wish to use only secondary image you can use MODE option:

 - STANDARD (use the first image only - default)
 - DUAL (use both images)
 - SINGLE2 (use only the second image)

At the moment only GlowIcons32 format is supported.

Other information like icon position, drawer dimensions etc. is removed.