TImageEnIO.InjectTIFFEXIF
Declaration
function InjectTIFFEXIF(const FileName: WideString; pageIndex: Integer): boolean; overload;
function InjectTIFFEXIF(const InputFileName, OutputFileName: WideString; pageIndex: Integer): boolean; overload;
function InjectTIFFEXIF(InputStream, OutputStream: TStream; pageIndex: Integer): boolean; overload;
Description
Replaces the
EXIF information in the specified TIFF or 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.
Note: InjectTIFFEXIF works only with TIFF and Microsoft HD Photo file formats.
See Also
◼LoadFromFileTIFF◼LoadFromStreamTIFF◼SaveToFileTIFF◼SaveToStreamTIFF