SUMMARY
-------
CreateIcon takes one or two images and creates an Amiga icon
from those images. Datatypes are used to parse the image data.
Note that both images must have the same width and height.
USAGE
-----
CreateIcon NORMAL/A,SELECTED,TO/K/A,KEEPPLANAR/S
NORMAL - Normal image.
SELECTED - Optional selected image.
TO - Name of the destination icon.
KEEPPLANAR - Keep old 3.x planar data.
EXAMPLE
-------
CreateIcon image1.iff TO icon.info
CreateIcon image1.png image2.png TO icon.info
HISTORY
-------
1.1 - Initial release.
AUTHOR
======
Copyright (c) 2009 Steven Solie. All Rights Reserved.
Steven Solie (smsolie()gmail.com)
THANKS
======
Ken Lester for the idea.
| |