home *** CD-ROM | disk | FTP | other *** search
- .name
- Image2C
- .fullname
- Image to C Converter
- .aminet-dir
- gfx/conv
- .short
- Convert IFF images to C code
- .description
- Source (and binary) to a tool to convert IFF images to 'C' code for
- use in DrawImage(); generates all structures necessary to create
- gadgets with this imagery, including LoadRGB32() palette tables, and
- struct Gadget, struct Image, etc. Source code demonstrates the use of
- iffparse.library to extract BMHD information, AUTH, BODY, etc. chunks.
- Flexible structure base-names from the command line.
- .version
- 1.2
- .author
- Udo Schuermann
- .submittal
- Submitted directly by author via ftp.
- .described-by
- Fred Fish (fnf@amigalib.com)
- .source
- Includes source in C.
- .execute
- LAB start
- set choice `RequestChoice "Image to C Converter" "Please select an option" "Documentation" "View Source" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool i2c.doc TEXT
- else
- if $choice EQ "2"
- MetaTool i2c.c SOURCE
- endif
- endif
- skip start BACK
- endif
-