Extends TImage with JPEG support and image manipulation like flip, invert,
saturation, lightness, graying and more. Easy to use. Correctly handles
image aspect ratio. Requires PASJPG10.ZIP
by NOMSSI NZALI Jacques H. C.
Version |
Release date |
|
What's new |
2.04 |
may 1997 |
- |
correctly loaded an image when using Windows
with 256 colors and ForceGray property set to true |
|
|
- |
removed a possible ERROR 103 when reading incomplete
(?) jpeg images |
|
|
- |
the LoadPicture and SavePicture methods support
more extensions (*.JPEG and *.JFIF) |
2.03 |
01 may 1997 |
- |
added support for 256 colors
Windows systems. You can load and save images even on these systems, but
you still can't manipulate it with flips or color management routines. |
|
|
- |
the ForceGray property
now works both on reading and writing JPEGs |
2.02 |
25 feb 1997 |
- |
added procedure ReadImageInfo
to retrieve the size of a JPEG image without having to read it (useful
to know the size in advance and/or to decide to read it with a scaling
factor) |
2.01 |
|
- |
this release never saw the light :-) |
2.00 |
26 jan 1997 |
- |
written the 16 bit version (Delphi
1) with ALL the features of the 32 bit version (fully compatible)!!! |
|
|
- |
the demo project now shows the effects too (flip,
to gray, invert) |
1.01 |
13 jan 1997 |
- |
removed an unresolved reference to the XGIF unit
that caused delphi library recompilation to fail |
1.00 |
03 jan 1997 |
- |
initial release |