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

  1. .name
  2. svoJPEG
  3. .type
  4. Miscellaneous
  5. .short
  6. JPEG svobject for superview library V6+
  7. .description
  8. JPEG svobject for superview.library V6+.  Allows switching between 8
  9. and 24 bit output via control pads, writes JPEG (24 Bit) from 1-8 and
  10. 24 bit, worked fine with all tested 24 bit JPEGs.
  11. .version
  12. 2.3
  13. .author
  14. Andreas Ralph Kleinert
  15. .requirements
  16. Requires OS2.04+, OS V2.1+ and V3.00+ features are used, when available.
  17. .distribution
  18. Freeware
  19. .address
  20. Grube Hohe Grethe 23
  21. D-57074 Siegen
  22. Germany
  23. .described-by
  24. Fred Fish (fnf@amigalib.com)
  25. .submittal
  26. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  27. .execute
  28. set choice `RequestChoice "svoJPEG" "Please select an option" "Distribution" "Documentation" "Install" "Cancel"`
  29. if $choice EQ "0"
  30.   quit 5
  31. endif
  32.  
  33. if $choice EQ "1"
  34.   MetaTool Distribution.doc TEXT
  35. endif
  36.  
  37. if $choice EQ "2"
  38.   MetaTool JPEG.doc TEXT
  39. endif
  40.  
  41. if $choice EQ "3"
  42.   set choice `RequestChoice "Confirm" "This runs a batch file that unconditionally*Ncopies files to LIBS:, ENV: & ENVARC:" "Continue" "Cancel"`
  43.  
  44.   if $choice EQ "0"
  45.     quit 0
  46.   endif
  47.  
  48.   if $choice EQ "1"
  49.     execute Install.bat
  50.   endif
  51. endif
  52. .aminet-dir
  53. gfx/show
  54.