ImageEn, unit iexBitmaps

TIEImageEnAnnot.CopyFromTImageEnView

TIEImageEnAnnot.CopyFromTImageEnView

Declaration

procedure CopyFromTImageEnView(Source: TObject = nil);

Description

Copies layers from a TImageEnView object.
If Source is nil then the parent TImageEnView is used.

Note:
The EXIF marker block has a maximum size of 65KB, so CopyFromTImageEnView will ignore any image layers
An exception is raised if the data block exceeds 65KB
The TIOParams.ImageEnAnnot format is proprietary to ImageEn.

Example

// save image and layers in TImageEnView to 'jpeg_with_layers.jpg'
ImageEnView1.IO.Params.ImageEnAnnot.CopyFromTImageEnView();
ImageEnView1.IO.SaveToFile('jpeg_with_layers.jpg');

See Also

CopyToTImageEnView
TIEImagingAnnot.CopyFromTImageEnView