Copies vectorial objects from a TImageEnVect object.
If Target is nil then the parent TImageEnVect is given.
Note: ◼The EXIF marker block has a maximum size of 65KB, so CopyFromTImageEnVect will raise an exception if the data size of all layers exceeds this ◼The TIOParams.ImageEnAnnot format is proprietary to ImageEn. If you need annotations in a format supported by other applications, see ImagingAnnot
// save image and vectorial objects in TImageEnVect to 'jpeg_with_objects.jpg' ImageEnVect1.IO.Params.ImageEnAnnot.CopyFromTImageEnVect(); ImageEnVect1.IO.SaveToFile('jpeg_with_objects.jpg');