TEnhVoiceCommand icon

TEnhImage news

TEnhVoiceCommand icon

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.

If you need PASJPG10.ZIP, check one of the following addresses:
 

Norway ftp://ftp.bitcon.no/.4/simtelnet/msdos/turbopas/pasjpg10.zip
United Kingdom ftp://ftp.doc.ic.ac.uk/Mirrors/ftp.cdrom.com/pub/simtelnet/msdos/turbopas/pasjpg10.zip
Germany ftp://ftp.terramedia.de/pub/mirror/www.delphideli.com/pasjpg10.zip
Brasil ftp://ftp.iis.com.br/pub/.1/simtel/msdos/turbopas/pasjpg10.zip
Poland ftp://ftp.man.poznan.pl/mirror2/simtelnet/msdos/turbopas/pasjpg10.zip
Italy ftp://ftp.unina.it/pub/Pcibm/borland/delphi/32free/pasjpg10.zip
Finland ftp://ftp.uwasa.fi/pc/turbopas/pasjpg10.zip
Japan ftp://ftp.u-aizu.ac.jp/pub/PC/simtelnet/msdos/turbopas/pasjpg10.zip
United States ftp://ftp.cdrom.com/.16/delphideli/pasjpg10.zip
NOTE if you have troubles with PASJPG10.ZIP when recompiling the library (i.e. installing the component), then apply the following patches by hand: 
rename file JMEMNOBS.PAS to JMEMWIN.PAS
in file JMEMMGR.PAS at line 41 change JMEMNOBS to JMEMWIN
- if you’re installing the component into Delphi 3: 
in file JIDCTRED.PAS at line 452 change JSAMPLE(dcval) to dcval. The rest of the line remains unchanged
Version Release date What's new
2.06 26 nov 1998 - added event OnSelection to allow the end user to select a rectangle on the image
- added method Crop to crop an image given a rectangle (works perfectly with the OnSelection event)
- added property Selectable to enable selecting a region of the image using the mouse
- added support for Delphi 4
- various fixes
2.05 23 aug 1997 - fatal errors caused by some markers no longer halt the program
- fixed other minor bugs and done intensive testing
- added support for Delphi 3
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 


There have been . Hope you enjoy here :-)
Feel free to ask me anything. 

These pages were developed with Netscape Composer 4.5 by Alfredo Milani-Comparetti
Last modified on 26 nov 1998