home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / conv / iprdemo / product-info < prev   
Fred Fish's Product-Info  |  1995-10-09  |  3KB  |  99 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. IPRDemo
  6. .fullname
  7. Image Processing Revelations (IPR) Demo Release
  8. .type
  9. Image Processing
  10. .short
  11. New, fast, intuitive image processor
  12. .description
  13.         IPR Demo Release is the demoversion of 'Image Processing
  14.         Revelations', a NEW, FAST and INTUITIVE image processing package.
  15.         With features not seen in any other image processor!
  16.         Especially its fast operation and the easy intuitive way
  17.         to control the image processing is IPR's major advantage.
  18.         IPR Demo Release gives you the chance to look and feel
  19.         IPR's smooth and intuitive operation.
  20.  
  21.         - Supported fileformats of the Demo Release:
  22.           BMP, GIF, IFF, JPEG (only greyscale), TIFF, PCX, TARGA,
  23.           Multipic (*)
  24.           (*) Special Amiga-libraries, allowing further loading of PBM,
  25.               VLAB, YUVN, PGM, PPM, QRT, SunRaster, XIPaint, and others.
  26.           The full version of IPR also supports colour-JPEG and Datatypes.
  27.  
  28.         - Support for all amiga-chipsets (support for PAL, NTSC, DblPAL,
  29.           DblNTSC, VGA, MULTISCAN and others)
  30.  
  31.         - Easy to master, intuitive, consistent interface.
  32.  
  33.         - Color-manipulations on one of (or a combination of)
  34.           the red, green or blue components of the picture.
  35.  
  36.         - Color-manipulations on specified color-registers.
  37.  
  38.         - Real time color manipulation.
  39.  
  40.         - Brightness, BroadCast, ColorFilter, ColorLimiter, Contrast,
  41.           GammaCorrect, GrayScale, Intensity Range, Negative, Palette,
  42.           Posterize, Solarize, Arc, Fisheye, Flip, Mirror, MultipleCopy,
  43.           Rotate, Shear, Sinewave, Pixelize, Spotlight, Zoom, LineArt,
  44.           Relief, ApplyPalette, ColorReduction, Palette optimization,
  45.           RenderHAM, CropRectangle, Scale, and more!
  46.  
  47.         - Each function has a built-in demo-mode, showing the user the
  48.           possibilities of that function.
  49.  
  50.         - Integrated viewer.
  51. .version
  52. 1.0
  53. .date
  54. 1995.03.09
  55. .author
  56. Barnie Productions
  57. .restrictions
  58. The Demo Release does NOT support 24-bit images, can't save images,
  59. can't grab screens, and does not come with a user manual.
  60. .requirements
  61. Requires OS2.x and 2Mb minimum
  62. .distribution
  63. Commercial Demo
  64. .price
  65. $150 (US) until June 1, 1995, $200 (US) thereafter
  66. .address
  67. Barnie Productions
  68. P.O.Box 172
  69. 2270 AD  Voorburg
  70. The Netherlands
  71. .email
  72. barnie@xs4all.nl
  73. .docs
  74. IPRDemo.txt
  75. .described-by
  76. Dan Fish (daf@starfish.amigalib.com)
  77. .submittal
  78. Downloaded via ftp from wuarchive.wustl.edu.
  79. .aminet-dir
  80. gfx/conv
  81. .execute
  82. set choice `RequestChoice "IPRDemo" "Please select an option" "View Readme 1" "View Readme 2" "Run Program" "Cancel"`
  83.  
  84. if $choice EQ "0"
  85.   quit 5
  86. endif
  87.  
  88. if $choice EQ "1"
  89.   MetaTool IPR_Demo.txt TEXT
  90. endif
  91.  
  92. if $choice EQ "2"
  93.   MetaTool IPR_Demo.readme TEXT
  94. endif
  95.  
  96. if $choice EQ "3"
  97.   IPR_Demo
  98. endif
  99.