ImageEn, unit iexHelperFunctions |
|
TImageHelper.Proc
Declaration
property Proc: TImageEnProc;
Description
Returns a
TImageEnProc, which provides functionality for editing and manipulating images, clipboard and analysis.
Note:
◼You must add the iexHelperFunctions unit to your uses clause
◼To assign between TImage and TIEBitmap, you can use
TIEBitmap.Assign and
TIEBitmap.AssignTo// Apply pixelization to the image
Image1.Proc.Pixelize();
// Prompt user to perform color adjustment on the current image
Image1.Proc.DoPreviews( ppeColorAdjustments );
See Also
◼Proc