home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / PPT / README < prev    next >
Text File  |  2000-08-09  |  7KB  |  204 lines

  1. Short: A Modular Image Processing Package
  2. Author: Janne.Jalkanen@iki.fi
  3. Uploader: Janne.Jalkanen@iki.fi
  4. Type: gfx/conv
  5. Version: 5.20
  6.  
  7.     PPT is a powerful, free image processing package, that boasts with the
  8.     following properties:
  9.  
  10.     - Handles both 24 bit truecolor and 8 bit grayscale images with optional
  11.       alpha channel.
  12.  
  13.     - Modular design, ie. you can easily add new loaders and filters to the
  14.       program.
  15.  
  16.     - Internal multi-tasking: You can process/load/save many images at
  17.       the same time! No need to wait for another project to be ready!
  18.  
  19.     - Unlimited (except by available memory) buffers!
  20.  
  21.     - Unlimited (except by available disk space) undo!
  22.  
  23.     - User configurable virtual memory (no MMU required)
  24.  
  25.     - AREXX port
  26.  
  27.     - Font sensitive and scalable GUI using Jan van den Baard's and Ian
  28.       J. Einman's BGUI package (release 41 needed)
  29.  
  30.     - Quick preview window for fast updates.
  31.  
  32.     - Requires OS 2.0 (V37). Yes, this is a feature :) and uses some
  33.       OS 3.0 (V39) features. Takes use of AGA chips if installed.  CyberGFX
  34.       is also supported!
  35.  
  36.     - Loads following image types:
  37.         o IFF ILBM (1-8 bitplanes, HAM6/8, EHB, ILBM 24 bit)
  38.         o JPEG/JFIF (both grayscale and 24 bit.  Also progressive!)
  39.         o PPM/PGM types P2, P3, P5 and P6.
  40.         o PNG (all standard types)
  41.         o Targa Truevision (8,15,16,24 and 32 bit formats)
  42.         o YUVN
  43.         o TIFF
  44.         o Psion PIC format
  45.         o Windows & OS/2 BMP
  46.         o Anything you have a Datatype for...
  47.  
  48.     - Saves following image types:
  49.         o JPEG/JFIF (both grayscale and 24 bit.  Also progressive!)
  50.         o IFF ILBM (24 bit, 1-8 bitplanes)
  51.         o PPM/PGM types P5 and P6
  52.         o PNG (grayscale and 24 bit)
  53.         o Targa Truevision (24 bit)
  54.         o Psion PIC format
  55.         o C-code
  56.         o Windows & OS/2 BMP
  57.  
  58.     - Can do several effects (over 30 effects):
  59.         o AutoCrop & Crop
  60.         o Flip, Shift, Roll
  61.         o Colorspace manipulations
  62.         o Convolute (User-definable masks up to 7x7 size supported! Many
  63.           example masks included. Saving and loading custom masks.)
  64.         o Remove Isolated Pixels
  65.         o Histogram Equalization (local & global)
  66.         o Brightness, contrast & gamma correction
  67.         o Threshold
  68.         o Scale & Resize
  69.         o Image compositing
  70.         o Noise (many variations)
  71.         o Color manipulation (ColorMix, ColorChange, Extract)
  72.         o and many others...
  73.  
  74.     This release of PPT is called "Descartes" to honor the great
  75.     French mathematician and philosopher.
  76.  
  77.     Changes from the C-6 release include:
  78.  
  79. ---snip---
  80.  
  81.  
  82. Version 5.21 (Thursday, 25-Feb-99 20:22:07)
  83. -------------------------------------------
  84. - ColorChange 1.9: Fixed a buffer overflow, causing Mungwall hits
  85.   occasionally.  Really BGUIs fault.
  86.  
  87.  
  88. Version 5.22 (Saturday, 27-Feb-99 22:07:55)
  89. -------------------------------------------
  90. - Added a new iomodule: Psion PIC.
  91.  
  92.  
  93. Version 5.23 (Saturday, 13-Mar-99 17:35:24)
  94. -------------------------------------------
  95. - Preview windows now look at font height when deciding where to open.
  96. - Allowed patterns in all file requesters.  Both reported by J-P LeBel.
  97.  
  98.  
  99. Version 5.24 (Saturday, 13-Mar-99 18:03:27)
  100. -------------------------------------------
  101. - Bug fix: If a file had a wrong suffix, it would not be recognized
  102.   correctly.  (Reported by J-P LeBel)
  103.  
  104.  
  105. Version 5.25 (Sunday, 14-Mar-99 21:04:02)
  106. -----------------------------------------
  107. - Some cosmetical changes
  108. - ASL file requesters now remember their position (a bug in BGUI,
  109.   but could be worked around)
  110. - Speeded up select box handling (still not as fast as I'd like,
  111.   most of the time is consumed in updating the select window
  112.   gadgets
  113. - It's no longer possible to edit a palette if the image has
  114.   not yet been rendered (a workaround to a bug in BGUI).
  115. - Save As now checks if the file already exists and warns you before
  116.   it deletes it. (Suggested by Uwe Pannecke).
  117.  
  118.  
  119. Version 5.26 (Wednesday, 17-Mar-99 23:56:35)
  120. --------------------------------------------
  121. - Updated the speed of the select box once more by cutting
  122.   down the selection area refresh rate.  Tell me if this is
  123.   a problem.
  124. - Scale.effect v1.8: Now contains quick doubling and halving
  125.   gadgets.  Also fixed a few minor bugs.  Suggested by several
  126.   people.
  127.  
  128.  
  129. Version 5.27 (Sunday, 28-Mar-99 23:53:59)
  130. -----------------------------------------
  131. - PsionPIC 1.1: Saving added.
  132.  
  133.  
  134. Version 5.28 (Wednesday, 31-Mar-99 13:30:44)
  135. --------------------------------------------
  136. - Preferences are now saved on exit, unless you use "Quit, lose changes."
  137. - Added start-up tips.
  138. - Render screens now have a title for screen commodities, etc.
  139.  
  140.  
  141. Version 5.29 (Sunday, 30-May-99 18:18:52)
  142. -----------------------------------------
  143. - Reworked the entire selection system to accommodate new selection modes.  Currently
  144.   only the former methods are supported, but now it should be easy to create new
  145.   ones.
  146.  
  147.  
  148. Version 5.30 (Tuesday, 15-Jun-99 12:51:18)
  149. ------------------------------------------
  150. - Point selection now shows a targeting hair whenever you move the mouse.
  151.  
  152.  
  153. Version 5.31 (Friday, 18-Jun-99 23:30:46)
  154. -----------------------------------------
  155. - Some cosmetical changes
  156. - Worked extensively on new selection routines, trying to make
  157.   them faster and more reliable.  Still work to do, ho hum...
  158.  
  159.  
  160. Version 5.32 (Sunday, 11-Jul-99 23:23:50)
  161. -----------------------------------------
  162. - File open requesters are now multiselect.
  163.  
  164.  
  165. Version 5.33 (Sunday, 01-Aug-99 16:51:14)
  166. -----------------------------------------
  167. - Ellipse area selection finally works, but seems to still have some problems
  168.   with certain effects.
  169.  
  170.  
  171. Version 6.0 (Saturday, 04-Sep-99 19:58:21)
  172. ------------------------------------------
  173. - AskReq() now handles MX objects as well.
  174. - Added BMP.iomod v1.0.
  175. - TIFF.iomod v1.1: Removed LZW support.
  176.  
  177. ---snip---
  178.  
  179.  
  180.     Support information can always be found at
  181.  
  182.     http://www.iki.fi/~jalkanen/PPT.html
  183.  
  184.  
  185.  
  186.     My public PGP signature is available below.  If you use it for personal
  187.     communication, expect a delay of several days.  You should use this
  188.     to check that the PPT main program has not been tampered with.
  189.  
  190. -----BEGIN PGP PUBLIC KEY BLOCK-----
  191. Version: PGPfreeware 5.0i for non-commercial use
  192. Comment: PGP 5 - Generated on an Amiga computer!
  193.  
  194. mQCNAzPT6P4AAAEEAMjEbGpKD5sUnO5HWLgVdZo9V0BFnc+erGZRG2kHuieRq+2t
  195. KJTVS38UewQ0Y+MIcVV9I39O5Xb1D1W/b0nuHoWxXZbqn4HvX9JtajJMXG/B+ha0
  196. HUile71gBZaf3X8yjX8KLMwyoaXffXuDPztPcIf9KIUOGNuq/C+Hz6bVE9MRAAUT
  197. tCZKYW5uZSBKYWxrYW5lbiA8SmFubmUuSmFsa2FuZW5AaWtpLmZpPokAlQMFEDPT
  198. 6P8vh8+m1RPTEQEBJ58D/2NKmvcMnLVJxSXxS9s3VEQXfZQlmCKh9pURULByWV4z
  199. nCaBYStwAR6mldIOWuhWxNAVDwI4IS/PDMsIdu6lUmj5T7Qd2rr0QsVo3VoT3fR0
  200. CnaPL5Tpv86w/1LhYt7De39w8FML6d/6ec/tk+Dz8yYD0RKSzL6wgrY7uO+Unz/2
  201. =phqw
  202. -----END PGP PUBLIC KEY BLOCK-----
  203.  
  204.