[ Note from the Aminet administrator: this release is from February 2000, ]
[ uploaded to Aminet to replace the even older version we still had online ]
PPT is a powerful, free image processing package, that boasts with the
following properties:
- Handles both 24 bit truecolor and 8 bit grayscale images with optional
alpha channel.
- Modular design, ie. you can easily add new loaders and filters to the
program.
- Internal multi-tasking: You can process/load/save many images at
the same time! No need to wait for another project to be ready!
- Unlimited (except by available memory) buffers!
- Unlimited (except by available disk space) undo!
- User configurable virtual memory (no MMU required)
- AREXX port
- Font sensitive and scalable GUI using Jan van den Baard's and Ian
J. Einman's BGUI package (release 41 needed)
- Quick preview window for fast updates.
- Requires OS 2.0 (V37). Yes, this is a feature :) and uses some
OS 3.0 (V39) features. Takes use of AGA chips if installed. CyberGFX
is also supported!
- Loads following image types:
o IFF ILBM (1-8 bitplanes, HAM6/8, EHB, ILBM 24 bit)
o JPEG/JFIF (both grayscale and 24 bit. Also progressive!)
o PPM/PGM types P2, P3, P5 and P6.
o PNG (all standard types)
o Targa Truevision (8,15,16,24 and 32 bit formats)
o YUVN
o TIFF
o Psion PIC format
o Windows & OS/2 BMP
o Anything you have a Datatype for...
- Saves following image types:
o JPEG/JFIF (both grayscale and 24 bit. Also progressive!)
o IFF ILBM (24 bit, 1-8 bitplanes)
o PPM/PGM types P5 and P6
o PNG (grayscale and 24 bit)
o Targa Truevision (24 bit)
o Psion PIC format
o C-code
o Windows & OS/2 BMP
- Can do several effects (over 30 effects):
o AutoCrop & Crop
o Flip, Shift, Roll
o Colorspace manipulations
o Convolute (User-definable masks up to 7x7 size supported! Many
example masks included. Saving and loading custom masks.)
o Remove Isolated Pixels
o Histogram Equalization (local & global)
o Brightness, contrast & gamma correction
o Threshold
o Scale & Resize
o Image compositing
o Noise (many variations)
o Color manipulation (ColorMix, ColorChange, Extract)
o and many others...
This release of PPT is called "Descartes" to honor the great
French mathematician and philosopher.
Changes from the C-6 release include:
---snip---
Version 5.21 (Thursday, 25-Feb-99 20:22:07)
-------------------------------------------
- ColorChange 1.9: Fixed a buffer overflow, causing Mungwall hits
occasionally. Really BGUIs fault.
Version 5.22 (Saturday, 27-Feb-99 22:07:55)
-------------------------------------------
- Added a new iomodule: Psion PIC.
Version 5.23 (Saturday, 13-Mar-99 17:35:24)
-------------------------------------------
- Preview windows now look at font height when deciding where to open.
- Allowed patterns in all file requesters. Both reported by J-P LeBel.
Version 5.24 (Saturday, 13-Mar-99 18:03:27)
-------------------------------------------
- Bug fix: If a file had a wrong suffix, it would not be recognized
correctly. (Reported by J-P LeBel)
Version 5.25 (Sunday, 14-Mar-99 21:04:02)
-----------------------------------------
- Some cosmetical changes
- ASL file requesters now remember their position (a bug in BGUI,
but could be worked around)
- Speeded up select box handling (still not as fast as I'd like,
most of the time is consumed in updating the select window
gadgets
- It's no longer possible to edit a palette if the image has
not yet been rendered (a workaround to a bug in BGUI).
- Save As now checks if the file already exists and warns you before
it deletes it. (Suggested by Uwe Pannecke).
Version 5.26 (Wednesday, 17-Mar-99 23:56:35)
--------------------------------------------
- Updated the speed of the select box once more by cutting
down the selection area refresh rate. Tell me if this is
a problem.
- Scale.effect v1.8: Now contains quick doubling and halving
gadgets. Also fixed a few minor bugs. Suggested by several
people.
Version 5.27 (Sunday, 28-Mar-99 23:53:59)
-----------------------------------------
- PsionPIC 1.1: Saving added.
Version 5.28 (Wednesday, 31-Mar-99 13:30:44)
--------------------------------------------
- Preferences are now saved on exit, unless you use "Quit, lose changes."
- Added start-up tips.
- Render screens now have a title for screen commodities, etc.
Version 5.29 (Sunday, 30-May-99 18:18:52)
-----------------------------------------
- Reworked the entire selection system to accommodate new selection modes.
Currently
only the former methods are supported, but now it should be easy to create new
ones.
Version 5.30 (Tuesday, 15-Jun-99 12:51:18)
------------------------------------------
- Point selection now shows a targeting hair whenever you move the mouse.
Version 5.31 (Friday, 18-Jun-99 23:30:46)
-----------------------------------------
- Some cosmetical changes
- Worked extensively on new selection routines, trying to make
them faster and more reliable. Still work to do, ho hum...
Version 5.32 (Sunday, 11-Jul-99 23:23:50)
-----------------------------------------
- File open requesters are now multiselect.
Version 5.33 (Sunday, 01-Aug-99 16:51:14)
-----------------------------------------
- Ellipse area selection finally works, but seems to still have some problems
with certain effects.
Version 6.0 (Saturday, 04-Sep-99 19:58:21)
------------------------------------------
- AskReq() now handles MX objects as well.
- Added BMP.iomod v1.0.
- TIFF.iomod v1.1: Removed LZW support.
Version 6.1 (Sunday, 05-Sep-99 17:10:34)
----------------------------------------
- Bug fix: Point selection used wrong drawing order, resulting in
odd glitches.
- Release Descartes-1
Version 6.2 (Monday, 06-Sep-99 21:32:03)
----------------------------------------
- Previews now correctly work for non-rectangular areas.
Version 6.3 (Sunday, 19-Sep-99 17:38:49)
----------------------------------------
- Text.effect v1.2: Fixed a long-standing bug causing odd crashes.
Version 6.4 (Sunday, 19-Sep-99 18:28:51)
----------------------------------------
- Bug fix: bitmap classes were never released.
Version 6.5 (Thursday, 14-Oct-99 16:24:50)
------------------------------------------
- VM preferences are now saved properly. As a side effect, it is now
possible to change the VM preferences directory on-the-fly.
Thanks to Detlef Wojtaszkiewicz for pointing this out.
- Fixed a small memory leak when you use ASKREQ AREXX command and
a cycle gadget.
Version 6.6 (Tuesday, 02-Nov-99 21:41:03)
-----------------------------------------
- Bug fix: Moving the selection circle around with CTRL pressed would
cause the circle to go in spurious ways.
- Bug fix: Editing the values in the selection window did not affect
selection circle.
Version 6.7 (Thursday, 25-Nov-99 23:18:34)
------------------------------------------
- Negative v3.0: Totally rewritten, now supports GETARGS
- Remove_Isolated_pixels v3.0: Changed name to use underscores, now supports
GETARGS
- Text v3.0: Fixed serious bug crashing on certain setups, now supports GETARGS
- EFFECTINFO stem now also has a new field called GETARGS, which is ~0, if
effect
supports GETARGS command
Version 6.8 (Sunday, 28-Nov-99 18:26:31)
----------------------------------------
- Added full and proper support for GETARGS AREXX command. PPT now
has batch processing support. Yay! Requested by lots of people.
- JPEG v3.0: Now supports GETARGS
- Added support for freehand area drawing - unfortunately this does
not fully work yet.
Version 6.9 (Sunday, 28-Nov-99 22:29:35)
----------------------------------------
- ILBM v3.0, AddConstant v3.0: added GETARGS support
Version 6.10 (Tuesday, 07-Dec-99 14:11:14)
------------------------------------------
- C-code v3.0: Support for GETARGS
Version 6.11 (Wednesday, 08-Dec-99 22:52:19)
--------------------------------------------
- Scale v3.0, PNG v3.0, ColorCount v3.0: added GETARGS support
Version 6.12 (Wednesday, 08-Dec-99 23:07:50)
--------------------------------------------
- Grayscale v3.0 : added GETARGS support
Version 6.13 (Thursday, 09-Dec-99 23:18:18)
-------------------------------------------
- Truecolor v3.0: added GETARGS support, added missing REXX support
Version 6.14 (Sunday, 12-Dec-99 00:05:41)
-----------------------------------------
- BMP v3.0, AutoCrop v3.0: Added GETARGS support
Version 6.15 (Wednesday, 15-Dec-99 00:19:06)
--------------------------------------------
- Cut, copy & paste now work with non-rectangular areas as well.
Version 6.16 (Monday, 20-Dec-99 12:00:43)
-----------------------------------------
- ColorChange v3.0: now GETARGS compatible.
Version 6.17 (Monday, 27-Dec-99 21:29:38)
-----------------------------------------
- Gamma v3.0, Brightness v3.0, Contrast v3.0: Added GETARGS compatibility
Version 6.18 (Monday, 27-Dec-99 21:47:18)
-----------------------------------------
- Fixed BatchProcess.prx script to actually save the file and
added to distribution.
- Release Descartes-2.
---snip---
Support information can always be found at
http://www.iki.fi/~jalkanen/PPT.html
My public PGP signature is available below. If you use it for personal
communication, expect a delay of several days. You should use this
to check that the PPT main program has not been tampered with.
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: PGPfreeware 5.0i for non-commercial use
Comment: PGP 5 - Generated on an Amiga computer!
mQCNAzPT6P4AAAEEAMjEbGpKD5sUnO5HWLgVdZo9V0BFnc+erGZRG2kHuieRq+2t
KJTVS38UewQ0Y+MIcVV9I39O5Xb1D1W/b0nuHoWxXZbqn4HvX9JtajJMXG/B+ha0
HUile71gBZaf3X8yjX8KLMwyoaXffXuDPztPcIf9KIUOGNuq/C+Hz6bVE9MRAAUT
tCZKYW5uZSBKYWxrYW5lbiA8SmFubmUuSmFsa2FuZW5AaWtpLmZpPokAlQMFEDPT
6P8vh8+m1RPTEQEBJ58D/2NKmvcMnLVJxSXxS9s3VEQXfZQlmCKh9pURULByWV4z
nCaBYStwAR6mldIOWuhWxNAVDwI4IS/PDMsIdu6lUmj5T7Qd2rr0QsVo3VoT3fR0
CnaPL5Tpv86w/1LhYt7De39w8FML6d/6ec/tk+Dz8yYD0RKSzL6wgrY7uO+Unz/2
=phqw
-----END PGP PUBLIC KEY BLOCK-----
|