home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / gfx / show / svojpeg / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  49 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. LAB start
  29. set choice `RequestChoice "svoJPEG" "Please select an option" "Distribution" "Documentation" "Install" "Cancel"`
  30. if $choice GT "0"
  31.   if $choice EQ "1"
  32.     MetaTool Distribution.doc TEXT
  33.   else
  34.     if $choice EQ "2"
  35.       MetaTool JPEG.doc TEXT
  36.     else
  37.       if $choice EQ "3"
  38.         set choice `RequestChoice "Confirm" "This runs a batch file that unconditionally*Ncopies files to LIBS:, ENV: & ENVARC:" "Continue" "Cancel"`
  39.         if $choice GT "0"
  40.           execute Install.bat
  41.         endif
  42.       endif
  43.     endif
  44.   endif
  45.   skip start BACK
  46. endif
  47. .aminet-dir
  48. gfx/show
  49.