home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
new
/
gfx
/
conv
/
agaiff
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
2KB
|
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
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
MetaTool AGAiff.guide GUIDE
else
if $choice EQ "3"
AGAiff
endif
endif
endif
skip Start BACK
endif