home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / gfx / show / superview / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  3KB  |  117 lines

  1. .name
  2. SuperView
  3. .type
  4. Graphics Viewer
  5. .short
  6. Graphics Viewer/Converter/ScreenGrabber
  7. .description
  8. SuperView is a localized Graphics Viewer/Converter/ScreenGrabber for
  9. the superview.library, with ARexx-Support, GUI, Online-Help, Cx-Support
  10. and many more features.
  11.  
  12. Converting graphics and "Screen-Grabbing" is possible in a very comfortable
  13. and object-oriented manner, also allows image processing via SVOperators.
  14.  
  15. Needs at least superview.library V9+, which includes the following
  16. FileFormats, Display Drivers and Operators (V9.12) :
  17.  
  18. SVObjects :    - IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG,
  19.                  TIFF, FBM (*nix), PNM (*nix), IMG (GEM), WPG (W*rdP*rf*ct),
  20.                  MAC (M*cPaint), C64 (Koala,Doodle), Targa, Pictor/PCPaint,
  21.                  SunRaster, IFF-YUVN, WinIcon, SVO (own Format) and
  22.                  all OS3-Datatypes !
  23.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  24.  
  25. SVDrivers :    - ECS, AGA, EGS-Cards, OpalVision
  26.  
  27. SVOperators :  - Dither24Bit, 24BitToHam6, HilbertDither256, XOR,
  28.                  ExtractRed, ExtractGreen, ExtractBlue, ExtractGrayScales,
  29.                  TopToBottom, LeftToRight
  30. .version
  31. 4.63
  32. .date
  33. 1995.08.03
  34. .author
  35. Andreas Ralph Kleinert
  36. .restrictions
  37. Evaluation version with "please register" requester and disabled ARexx-Port
  38. (until you receive your KeyFile...).
  39. .requirements
  40. Requires V11+ of superview.library
  41. Requires OS2.04+, OS V2.1+ and V3.00+ features are used, when available.
  42. .distribution
  43. Shareware
  44. .price
  45. DM40
  46. .address
  47. Grube Hohe Grethe 23
  48. D-57074 Siegen
  49. Germany
  50. .reference
  51. FreshFish-Vol7/Useful/dist/gfx/show/SuperView/
  52. 4.0
  53. FreshFish-Sep94:Useful/dist/gfx/show/SuperView/
  54. 3.3
  55. FreshFish-Jul94:New/gfx/show/SuperView/
  56. 3.1
  57. FreshFish-Jul94:Useful/dist/gfx/show/SuperView/
  58. 3.1
  59. AmigaLibDisk367:SuperView/
  60. 3.0
  61. GoldFish2-Apr94:d3xx/d367/SuperView/
  62. 3.0
  63. FreshFish-May94:New/gfx/show/SuperView/
  64. 2.1
  65. .docs
  66. Help/english/SuperView.guide
  67. Help/english/RegisterForm
  68. Help/deutsch/SuperView.guide
  69. Help/deutsch/RegisterForm
  70. .described-by
  71. Dan Fish (daf@daffy.amigalib.com)
  72. .submittal
  73. Downloaded via ftp from wuarchive.wustl.edu.
  74. .execute
  75. set orgdir `cd`
  76. LAB start
  77. unset filechoice
  78. unset dirchoice
  79. failat 10
  80. cd $orgdir
  81. set choice `RequestChoice "SuperView" "Please select an option" "Guide" "Other Files" "Install" "Install Libs" "Run" "Cancel"`
  82. if $choice GT "0"
  83.   if $choice EQ "1"
  84.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  85.     set dirchoice `pathname $filechoice`
  86.     set filechoice `basename $filechoice`
  87.     failat 21
  88.     cd $dirchoice
  89.     MetaTool $filechoice GUIDE
  90.   else
  91.     if $choice EQ "2"
  92.       set filechoice `RequestFile TITLE "Select Text File"`
  93.       set dirchoice `pathname $filechoice`
  94.       set filechoice `basename $filechoice`
  95.       failat 21
  96.       cd $dirchoice
  97.       MetaTool $filechoice TEXT
  98.     else
  99.       if $choice EQ "3"
  100.         Installer Install_SuperView SuperView NOVICE AVERAGE LOGFILE=T:Install_SuperView.logfile LANGUAGE=English NOLOG 
  101.       else
  102.         if $choice EQ "4"
  103.           cd SuperViewLibrary
  104.           Installer Install_SVLib SuperView-Library NOVICE AVERAGE LOGFILE=T:Install_SuperView.logfile LANGUAGE=English NOLOG
  105.     else
  106.           if $choice EQ "5"
  107.             WBRun SuperView
  108.           endif
  109.         endif
  110.       endif
  111.     endif
  112.   endif
  113.   skip start BACK
  114. endif
  115. .aminet-dir
  116. gfx/show
  117.