home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 3.2 KB | 104 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- ImageEngineer
- .type
- Image Processing
- .short
- Image processing application.
- .description
-
- Introduction
- ~~~~~~~~~~~~
-
- Image Engineer is a freely distributable image processing application.
- Image Engineer can be used for tasks varying from converting images
- between different file formats, rendering 24 bit images down to standard
- Amiga screen modes, and enhancing badly scanned images. What you can use
- it for is basically limited by what you can think of.
-
- Features
- ~~~~~~~~
-
- * Coded in 100% 68020 Assembler
- * Multiple image editing
- * Colour or grey dithered preview images.
- * All processing is done in 8 bit grey or 24 bit colour
- * Fully integrated Arexx support, 74 Arexx commands.
- * Uses superview.library for loading and saving. superview.library currently
- supports IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG, PhotoCD, TIFF,
- EPS, FBM (*nix), PNM (*nix), WPG (W*rdP*rf*ct), IMG (GEM), MAC (M*cPaint),
- C64 (Koala,Doodle), Targa, Pictor/PCPaint, SunRaster, IFF-YUVN, WinIcon,
- QRT, PICT-2, IFF-DEEP, SGI, SVO and all OS3-Datatypes.
- * Can display images using superview.library. superview.library currently
- supports ECS, AGA, EGS7, OpalVision, Retina, CyberGraphics, PicassoII,
- Merlin.
- * Supports AGA where available.
- * Render images to standard Amiga screen modes including HAM6 and HAM8.
- * Dither images using Floyd-Steinberg, Burkes, Stucki, Sierra, Jarvis and
- Stevenson-Arce error diffusion algorithms.
- * Image Composition with Alpha channels.
- * User Definable Convolves
- * Image balance control, brightness, contrast, gamma, hue and saturation.
- * Extensive filtering control, lowpass (blur), highpass, sharpen, median,
- maximum & minimum.
- * Image Scaling, Crop, Autocrop, Reflect, Rotate, Negative, Contrast Stretch,
- False Colour, Convert to Colour, Convert to Grey, Local Contrast Stretch.
- * Remove feature effect
- * Halftone effects
- * Twirl effect
- * Bulge effect
- * Displace Pixels using Alpha channels effect
- * It's Free! (The money you save on software you can spend on hardware ;-)
- .version
- 2.1
- .date
- 1995.10.02
- .author
- Simon Edwards
- .requirements
- * 68020 or higher processor.
- * OS V2.04+, Image Engineer was developed under OS V3.0 and is therefore
- fully compatable.
- * 2Mb of RAM bare minimum, at least 4Mb recommended, infinity is best.
- * Reqtools.library to be installed.
- (available on aminet:/util/libs/ReqTools22_us.lha)
- * superview.library to be installed.
- (available on aminet:/gfx/show/svlib102U.lha)
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Student Villiage <- that's where I live, student accomodation,
- Williamson Road never a dull moment ±)
- Maribyrnong 3032
- Victoria, Australia
- .email
- s9407349@yallara.cs.rmit.edu.au
- .docs
- IE.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- gfx/edit
- .execute
- set choice `RequestChoice "ImageEngineer" "Please select an option" "View Guide" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool IE.guide GUIDE
- endif
-
- if $choice EQ "2"
- Installer Install "Image Engineer" EXPERT EXPERT
- endif
-
- if $choice EQ "3"
- IE
- endif
-