ImageEn, unit imageenio

TImageEnIO.InjectJpegEXIFStream

TImageEnIO.InjectJpegEXIFStream


Declaration

function InjectJpegEXIFStream(InputStream, OutputStream: TStream): Boolean;


Description

Replaces the EXIF information in the JPEG file in InputStream stream with the current EXIF (in Params) without loading or modifying the original image.

OutputStream contains the modified stream.

The method returns False if the operation could not be performed.