home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
conv
/
agaiff
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-21
|
1KB
|
59 lines
.name
AGAiff
.type
Image Conversion
.short
IFF-to-RAW Conv for demo/game programmer
.description
Converts graphics into several 'low-level'/RAW formats.
Supports several animation formats and datatypes, realtime
animation loading from disk if memory is low, and also
building of new animations. ARexx Port, Assembler code,
many different save formats. Manual in AmigaGuide format.
Version 1.99, fourth release. Requires OS 3.0 or later.
This is a preview of the forthcoming Version 2. This version
doesn't feature full docs, and is not finished. Besides that,
there still might be some bugs in the new routines!
I decided to release it, because this is a very useful tool
for demo and game programmers, and the last version was released
half a year ago. Animation loading is such a nice thing that I don't
want the public to wait another two months for the final Version 2!
.version
1.99beta
.date
1995.06.28
.author
Michael Krause
.requirements
Requires OS3.0 and 68020+
.distribution
Freeware
.email
rawstyle@online.sh.sub.de
.docs
ReadMe
AGAiff.guide
.described-by
Michael Krause (rawstyle@online.sh.sub.de)
.submittal
Submitted on disk directly by the author.
.aminet-dir
gfx/conv
.execute
set choice `RequestChoice "AGAIff" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool ReadMe TEXT
endif
if $choice EQ "2"
MetaTool AGAiff.guide GUIDE
endif
if $choice EQ "3"
AGAiff CX_POPUP
endif