home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / conv / imagestudio / imagestudio.readme < prev    next >
Text File  |  1995-03-15  |  6KB  |  201 lines

  1. Short:    Image processing program v2.0.0 Part 1 of 2
  2. Author:   Andy Dean and Graham Dean
  3. Uploader: adean@eleceng.ucl.ac.uk
  4. Type:     gfx/conv
  5.  
  6.    This document applies to version v2.0.0 of ImageStudio which is
  7. Copyright (C) 1994,1995 Andy Dean and Graham Dean.
  8.  
  9. Important Points
  10. ----------------
  11.     o    The Aminet distribution of ImageStudio comes in two
  12.         archives named "ImageStudio_1.lha" and
  13.         "ImageStudio_2.lha". Both archives are needed for a
  14.         full installation, although "ImageStudio_2.lha"
  15.         currently only contains the documentation.
  16.  
  17.     o    "ImageStudio_1.lha" should be de-archived onto a FFS
  18.         floppy disk named "ImageStudio_1" and similarly for
  19.         the "ImageStudio_2.lha" file in order for the install
  20.         script to work correctly.
  21.  
  22.     o    This distribution completely replaces the v1.2.1
  23.         distribution archive "ImageStudio.lha".
  24.  
  25.     o    Registered users of v1.x.x of ImageStudio can upgrade
  26.         to a fully functional version 2.0.0 from this
  27.         distribution.
  28.  
  29. New for v2.0.0
  30. --------------
  31. o    Added ARexx.
  32.  
  33. o    Added AmigaGuide online help.
  34.  
  35. o    Added program Iconify.
  36.  
  37. o    Added AppIcon for drag and drop file loading.
  38.  
  39. o    Added hook functions to ASL screenmode requesters to allow
  40.     refreshing in the background.
  41.  
  42. o    Added current filename to the preview window title bar.
  43.  
  44. o    Added the ability to read corrupt files upto the point at
  45.     which they become corrupt.
  46.  
  47. o    Standard Commodore Installer script.
  48.  
  49. o    Changed HAM remapping tables when using the internal 24bit
  50.     viewer - no more "Remapping..." waits.
  51.  
  52. o    Changed preferences window.
  53.  
  54. o    Removed GIF save.
  55.  
  56. Brief description
  57. -----------------
  58.    ImageStudio is written for the casual graphics user who wishes to
  59. convert or manipulate various graphics formats on a modest Amiga
  60. system. There are several commercial offerings available, however the
  61. casual user is paying a lot of money for many facilities and options
  62. they would probably never use.
  63.  
  64.    Bitmap graphics, by their nature, usually require large amounts of
  65. RAM. One of the main objectives of ImageStudio was to reduce this
  66. burden by utilising virtual memory - most users have more spare hard
  67. disk space than spare RAM.
  68.  
  69.    ImageStudio works with several buffers at any one time (dependant on
  70. how many levels of undo are specified), each of these buffers can hold
  71. either colour-mapped or 24-bit images.
  72.  
  73.    ImageStudio comes with a fully featured ARexx port, which allows the
  74. writing of macro scripts to automate repetative processes and also
  75. allows communication with other ARexx aware programs. Again, ARexx has
  76. the reputation of being "something pretty difficult", so we've
  77. simplified the use of ARexx in ImageStudio by allowing the user to
  78. create, edit and run scripts entirely within ImageStudio - ImageStudio
  79. even provides a blank template as a starting point for each new script.
  80.  
  81. Machine requirements
  82. ====================
  83.  
  84.    ImageStudio requires the following system to run:
  85.  
  86.    * Workbench 2.04 or above.
  87.  
  88.    * Around 1 megabyte of free memory.
  89.  
  90.    * Several megabytes of free hard disk space.
  91.  
  92.    If ImageStudio is run on an AGA machine (A1200 or A4000), it will
  93. use the new display modes and palette routines to improve the quality
  94. of the internal viewer images.
  95.  
  96. List of features
  97. ================
  98.    General:
  99.    * Full 24-bit image buffers, with optimizations for colour-mapped
  100.      (palette based) images.
  101.    * Up to 100 levels of undo / redo.
  102.    * User configurable virtual memory.
  103.    * Fully featured, easy to use, ARexx interface.
  104.    * User saveable preferences.
  105.    * Operations applicable to the whole image or a selected region.
  106.    * Up to 256 greyshade preview window (with optional dither).
  107.    * Zoom on preview window.
  108.    * Internal / external viewers (external for third party 24-bit
  109.      graphics cards).
  110.    * Loading / saving / manipulating of AGA image formats (e.g. 256
  111.      colours, HAM8) on non-AGA machines.
  112.    * Max image size of 32000 x 32000 (limited to 250 x 250 in the
  113.      unregistered version).
  114.    * Copy / paste to / from the system clipboard.
  115.    * Runs on all Workbench 2.04+ Amiga's - utilises AGA chipset if
  116.      available.
  117.    * Online AmigaGuide help, as well as ASCII, TeX `.dvi' and
  118.      PostScript documentation.
  119.    * Multi-level help error requesters.
  120.    * Standard Workbench2 interface.
  121.    * Public screen.
  122.    * Requires no third party libraries or utilities.
  123.  
  124.    Import:
  125.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  126.      halfbright, ILBM24)
  127.    * BMP
  128.    * GIF (conforming to GIF87a)
  129.    * JPEG (conforming to JFIF standard)
  130.    * PCX
  131.    * Targa
  132.    * Any installed Amiga datatype (with Workbench 2.1+)
  133.  
  134.    Export:
  135.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  136.      halfbright, ILBM24)
  137.    * BMP
  138.    * EPS
  139.    * JPEG (conforming to JFIF standard)
  140.    * PCX
  141.    * Targa
  142.  
  143.    Colour Balance:
  144.    * All operations are available to the R,G,B components separately.
  145.    * Brightness ( upto ±100%)
  146.    * Contrast (non to full)
  147.    * Gamma ( + and - )
  148.  
  149.    Convolution:
  150.    * Many supplied convolution filters.
  151.    * User definable convolutions, load and save to disk.
  152.  
  153.    Effects:
  154.    * Built in effects: Dynamic range expansion, FlipX, FlipY, RollX,
  155.      RollY, Negative, Greyscale, Highlight, Shadow, Random, Pixelize,
  156.      Remove isolated pixels.
  157.  
  158.    Scale:
  159.    * Crop to selected region.
  160.    * Increase / decrease scale by percentage or absolute image size.
  161.    * Simple scale or colour averaged.
  162.  
  163.    Colour reduction:
  164.    * Increase colour mapped images to 24-bit.
  165.    * Decrease number of colours in 24-bit or colour mapped images via
  166.      Heckbert median cut algorithm.
  167.    * Dithers available for colour reduction: None, Floyd-Steinberg,
  168.      Burkes, Stucki, Sierra, Jarvis, Stevenson-Arce.
  169.  
  170.    Palette:
  171.    * Edit palette colours and ranges.
  172.    * Save current palette.
  173.    * Force palette onto current image, dithering if necessary (all
  174.      dithers available).
  175.  
  176. Shareware version
  177. =================
  178.  
  179.    To encourage users to register, the freely distributable version of
  180. ImageStudio is limited to loading in pictures upto 250x250 pixels. All
  181. other operations are available.
  182.  
  183. The authors
  184. ***********
  185.  
  186.    ImageStudio is written by Andy Dean and Graham Dean.
  187.  
  188.    Queries and orders should be sent to Graham at:
  189.  
  190.      Graham Dean,
  191.      14 Fielding Avenue,
  192.      Poynton,
  193.      Stockport,
  194.      Cheshire.
  195.      SK12 1YX
  196.      ENGLAND
  197.  
  198.    Andy can be reached for queries (no orders) via Internet Email at:
  199.  
  200.      adean@eleceng.ucl.ac.uk
  201.