home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-11 | 2.1 KB | 81 lines |
- .name
- SuperView-Lib
- .type
- Shared Library
- .short
- Modular graphics viewing shared library
- .description
- The "superview.library" consists of many functions and sub-libraries,
- which allow quick and easy displaying, saving, converting and processing
- of various picture formats (IFF-ILBM, GIF, JPEG, PCX, Targa, TIFF, ...).
-
- It has been designed for the purpose to display and process any
- common type of bitmap graphics as fast and as comfortable as
- possible on almost any Amiga hardware configuration.
-
- External Viewer-Libraries (SVObjects), Graphic Card Drivers (SVDrivers)
- and various Operators (SVOperators) allow easy but flexible
- configuration, usage and expansion.
-
- Programmers may send me their own SVObjects, SVDrivers or SVOperators,
- if they want to have them added to the main distribution archive or put
- onto the DeveloperDisk, which is available for the library.
- .version
- 11.7
- .date
- 1995.05.27
- .author
- Andreas Ralph Kleinert
- .requirements
- Requires OS2.04+, OS V2.1+ and V3.00+ features are used, when available.
- .reference
- FreshFish-Vol7/Useful/dist/gfx/show/SuperView-Lib/
- 8.2
- GoldFish-Vol2-1/Files/gfx/show/SuperView-Lib/
- 8.1
- FreshFish-Vol6/Useful/dist/gfx/show/SuperView-Lib/
- 8.1
- FreshFish-Vol5/New/gfx/show/SuperView-Lib/
- 6.5
- FreshFish-Vol5/Useful/dist/gfx/show/SuperView-Lib/
- 6.5
- FreshFish-Vol4/New/gfx/show/SuperViewLib/
- 3.6
- .distribution
- Freeware
- .address
- Grube Hohe Grethe 23
- D-57074 Siegen
- Germany
- .described-by
- Dan Fish (daf@daffy.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- gfx/show
- .execute
- set choice `RequestChoice "SuperView-Library" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set filechoice `RequestFile TITLE "Select File" PATTERN "~(#?.info)" DRAWER "Docs"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "2"
- cd Docs
- MetaTool SuperView-Library.guide GUIDE
- cd /
- endif
-
- if $choice EQ "3"
- Installer Install_SVLib SuperView-Library DEFUSER AVERAGE LOGFILE T:Install_SuperViewLib.logfile
- endif
-