ImageEn, unit imageenio

TImageEnIO.InjectJpegIPTCStream

TImageEnIO.InjectJpegIPTCStream


Declaration

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


Description

Replaces the IPTC information of the JPEG file in the InputStream stream with the current IPTC (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.