home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / edit / imageengineer / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  3.2 KB  |  104 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. ImageEngineer
  6. .type
  7. Image Processing
  8. .short
  9. Image processing application.
  10. .description
  11.  
  12. Introduction
  13. ~~~~~~~~~~~~
  14.  
  15. Image Engineer is a freely distributable image processing application.
  16. Image Engineer can be used for tasks varying from converting images
  17. between different file formats, rendering 24 bit images down to standard
  18. Amiga screen modes, and enhancing badly scanned images.  What you can use
  19. it for is basically limited by what you can think of.
  20.  
  21. Features
  22. ~~~~~~~~
  23.  
  24. * Coded in 100% 68020 Assembler
  25. * Multiple image editing
  26. * Colour or grey dithered preview images.
  27. * All processing is done in 8 bit grey or 24 bit colour
  28. * Fully integrated Arexx support, 74 Arexx commands.
  29. * Uses superview.library for loading and saving. superview.library currently
  30.   supports IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG, PhotoCD, TIFF,
  31.   EPS, FBM (*nix), PNM (*nix), WPG (W*rdP*rf*ct), IMG (GEM), MAC (M*cPaint),
  32.   C64 (Koala,Doodle), Targa, Pictor/PCPaint, SunRaster, IFF-YUVN, WinIcon,
  33.   QRT, PICT-2, IFF-DEEP, SGI, SVO and all OS3-Datatypes.
  34. * Can display images using superview.library. superview.library currently
  35.   supports ECS, AGA, EGS7, OpalVision, Retina, CyberGraphics, PicassoII,
  36.   Merlin.
  37. * Supports AGA where available.
  38. * Render images to standard Amiga screen modes including HAM6 and HAM8.
  39. * Dither images using Floyd-Steinberg, Burkes, Stucki, Sierra, Jarvis and
  40.   Stevenson-Arce error diffusion algorithms.
  41. * Image Composition with Alpha channels.
  42. * User Definable Convolves
  43. * Image balance control, brightness, contrast, gamma, hue and saturation.
  44. * Extensive filtering control, lowpass (blur), highpass, sharpen, median,
  45.   maximum & minimum.
  46. * Image Scaling, Crop, Autocrop, Reflect, Rotate, Negative, Contrast Stretch,
  47.   False Colour, Convert to Colour, Convert to Grey, Local Contrast Stretch.
  48. * Remove feature effect
  49. * Halftone effects
  50. * Twirl effect
  51. * Bulge effect
  52. * Displace Pixels using Alpha channels effect
  53. * It's Free! (The money you save on software you can spend on hardware ;-)
  54. .version
  55. 2.1
  56. .date
  57. 1995.10.02
  58. .author
  59. Simon Edwards
  60. .requirements
  61. * 68020 or higher processor.
  62. * OS V2.04+, Image Engineer was developed under OS V3.0 and is therefore
  63.   fully compatable.
  64. * 2Mb of RAM bare minimum, at least 4Mb recommended, infinity is best.
  65. * Reqtools.library to be installed.
  66.   (available on aminet:/util/libs/ReqTools22_us.lha)
  67. * superview.library to be installed.
  68.   (available on aminet:/gfx/show/svlib102U.lha)
  69. .distribution
  70. Copyrighted but Freely Redistributable
  71. .address
  72. Student Villiage       <- that's where I live, student accomodation,
  73. Williamson Road                  never a dull moment ±)
  74. Maribyrnong 3032
  75. Victoria, Australia
  76. .email
  77. s9407349@yallara.cs.rmit.edu.au
  78. .docs
  79. IE.guide
  80. .described-by
  81. Dan Fish (daf@starfish.amigalib.com)
  82. .submittal
  83. Downloaded via ftp from wuarchive.wustl.edu.
  84. .aminet-dir
  85. gfx/edit
  86. .execute
  87. set choice `RequestChoice "ImageEngineer" "Please select an option" "View Guide" "Install Program" "Run Program" "Cancel"`
  88.  
  89. if $choice EQ "0"
  90.   quit 5
  91. endif
  92.  
  93. if $choice EQ "1"
  94.   MetaTool IE.guide GUIDE
  95. endif
  96.  
  97. if $choice EQ "2"
  98.   Installer Install "Image Engineer" EXPERT EXPERT 
  99. endif
  100.  
  101. if $choice EQ "3"
  102.   IE
  103. endif
  104.