3 converts one or two ilbm image files into an amiga icon file
4 which will contain both old style (pre 3.5) image data and
5 new style image data (IFF ICON attached at the end).
7 can also convert one or two png image files into a PNG icon
8 file (normal PNG image with an extra icOn chunk). If two
9 PNG images are specified, the resulting .info file will simply
10 result in both images being joined together.
14 ilbmtoicon DESCRIPTIONFILE IMAGE1 [IMAGE2] outfile
16 If two images are specified, both must be of the same file
17 format, ie. PNG or ILBM. The image format determines whether
18 an Amiga style icon (ILBM) or a PNG style icon (PNG) will be
23 Is a text file which should be named ICONNAME.info.src.
24 If the specified file does not exist this is silently ignored.
26 It can contain the following options in the form of
29 TYPE = (DISK|DRAWER|TOOL|PROJECT|GARBAGE|DEVICE|KICK|APPICON)
31 Icon type. Optional. Default is TOOL. Not necessary/useless
32 when making a PNG icon, because there the icon type is not
33 stored, but guessed automatically when loaded by icon.library.
35 DEFAULTTOOL = <string>
41 Stack. Optional. Default is 4096.
45 Can be used multiple times. Optional.
47 ICONLEFTPOS = <integer>
49 X Position of icon. Optional. Default is 0x80000000 (NO_ICON_POSITION).
51 ICONTOPPOS = <integer>
53 Y Position of icon. Optional. Default is 0x80000000 (NO_ICON_POSITION).
56 DRAWERDATA = <anystring>
58 Attach DrawerData struct to Icon. Optional.
60 DRAWERLEFTPOS = <integer>
62 X Position of Drawer Window. Optional.
64 DRAWERTOPPOS = <integer>
66 Y Position of Drawer Window. Optional.
68 DRAWERWIDTH = <integer>
70 Width of Drawer Window. Optional.
72 DRAWERHEIGHT = <integer>
74 Height of Drawer Window. Optional.
76 DRAWERVIEWLEFT = <integer>
78 X View Position of icons inside drawer window. Optional.
80 DRAWERVIEWTOP = <integer>
82 Y View Position of icons inside drawer window. Optional.
84 DRAWERSHOW = (DEFAULT|ICONS|ALL)
86 Show icons only for files having icons or for all files.
87 Optional. Default = DEFAULT = only icons.
89 DRAWERSHOWAS = (DEFAULT|ICON|TEXT_NAME|TEXT_DATE|TEXT_SIZE|TEXT_TYPE)
91 View Mode. Icons or Text sorted by name/date/size/type.
92 Optional. Default = DEFAULT = inherit from parent view
95 TRANSPARENT = <integer>
97 Transparent (mask) color in ILBM image(s). Use -1 for no transparency.