home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / show / superview-lib / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-11  |  2.1 KB  |  81 lines

  1. .name
  2. SuperView-Lib
  3. .type
  4. Shared Library
  5. .short
  6. Modular graphics viewing shared library
  7. .description
  8. The "superview.library" consists of many functions and sub-libraries,
  9. which allow quick and easy displaying, saving, converting and processing
  10. of various picture formats (IFF-ILBM, GIF, JPEG, PCX, Targa, TIFF, ...).
  11.  
  12. It has been designed for the purpose to display and process any
  13. common type of bitmap graphics as fast and as comfortable as
  14. possible on almost any Amiga hardware configuration.
  15.  
  16. External Viewer-Libraries (SVObjects), Graphic Card Drivers (SVDrivers)
  17. and various Operators (SVOperators) allow easy but flexible
  18. configuration, usage and expansion.
  19.  
  20. Programmers may send me their own SVObjects, SVDrivers or SVOperators,
  21. if they want to have them added to the main distribution archive or put
  22. onto the DeveloperDisk, which is available for the library.
  23. .version
  24. 11.7
  25. .date
  26. 1995.05.27
  27. .author
  28. Andreas Ralph Kleinert
  29. .requirements
  30. Requires OS2.04+, OS V2.1+ and V3.00+ features are used, when available.
  31. .reference
  32. FreshFish-Vol7/Useful/dist/gfx/show/SuperView-Lib/
  33. 8.2
  34. GoldFish-Vol2-1/Files/gfx/show/SuperView-Lib/
  35. 8.1
  36. FreshFish-Vol6/Useful/dist/gfx/show/SuperView-Lib/
  37. 8.1
  38. FreshFish-Vol5/New/gfx/show/SuperView-Lib/
  39. 6.5
  40. FreshFish-Vol5/Useful/dist/gfx/show/SuperView-Lib/
  41. 6.5
  42. FreshFish-Vol4/New/gfx/show/SuperViewLib/
  43. 3.6
  44. .distribution
  45. Freeware
  46. .address
  47. Grube Hohe Grethe 23
  48. D-57074 Siegen
  49. Germany
  50. .described-by
  51. Dan Fish (daf@daffy.amigalib.com)
  52. .submittal
  53. Downloaded via ftp from wuarchive.wustl.edu.
  54. .aminet-dir
  55. gfx/show
  56. .execute
  57. set choice `RequestChoice "SuperView-Library" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
  58.  
  59. if $choice EQ "0"
  60.   quit 5
  61. endif
  62.  
  63. if $choice EQ "1"
  64.   set filechoice `RequestFile TITLE "Select File" PATTERN "~(#?.info)" DRAWER "Docs"`
  65.   set dirchoice `pathname $filechoice`
  66.   set filechoice `basename $filechoice`
  67.   failat 21
  68.   cd $dirchoice
  69.   MetaTool $filechoice TEXT
  70. endif
  71.  
  72. if $choice EQ "2"
  73.   cd Docs
  74.   MetaTool SuperView-Library.guide GUIDE
  75.   cd /
  76. endif
  77.  
  78. if $choice EQ "3"
  79.   Installer Install_SVLib SuperView-Library DEFUSER AVERAGE LOGFILE T:Install_SuperViewLib.logfile
  80. endif
  81.