home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
disks
/
d1104.lha
/
Programs
/
Image2C
/
Product-Info
< prev
next >
Wrap
Text File
|
1995-08-25
|
967b
|
39 lines
.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