home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / conv / agaiff / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-21  |  1KB  |  59 lines

  1. .name
  2. AGAiff
  3. .type
  4. Image Conversion
  5. .short
  6. IFF-to-RAW Conv for demo/game programmer
  7. .description
  8. Converts graphics into several 'low-level'/RAW formats.
  9. Supports several animation formats and datatypes, realtime
  10. animation loading from disk if memory is low, and also
  11. building of new animations. ARexx Port, Assembler code,
  12. many different save formats. Manual in AmigaGuide format.
  13. Version 1.99, fourth release. Requires OS 3.0 or later. 
  14. This is a preview of the forthcoming Version 2. This version
  15. doesn't feature full docs, and is not finished. Besides that,
  16. there still might be some bugs in the new routines!
  17. I decided to release it, because this is a very useful tool
  18. for demo and game programmers, and the last version was released
  19. half a year ago. Animation loading is such a nice thing that I don't
  20. want the public to wait another two months for the final Version 2!
  21. .version
  22. 1.99beta
  23. .date
  24. 1995.06.28
  25. .author
  26. Michael Krause
  27. .requirements
  28. Requires OS3.0 and 68020+
  29. .distribution
  30. Freeware
  31. .email
  32. rawstyle@online.sh.sub.de
  33. .docs
  34. ReadMe
  35. AGAiff.guide
  36. .described-by
  37. Michael Krause (rawstyle@online.sh.sub.de)
  38. .submittal
  39. Submitted on disk directly by the author.
  40. .aminet-dir
  41. gfx/conv
  42. .execute
  43. set choice `RequestChoice "AGAIff" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  44. if $choice EQ "0"
  45.   quit 5
  46. endif
  47.  
  48. if $choice EQ "1"
  49.   MetaTool ReadMe TEXT
  50. endif
  51.  
  52. if $choice EQ "2"
  53.   MetaTool AGAiff.guide GUIDE
  54. endif
  55.  
  56. if $choice EQ "3"
  57.   AGAiff CX_POPUP
  58. endif
  59.