gflSaveIPTC
The gflSaveIPTC allows to save IPTC data into a picture file, without loading it.
GFL_ERROR gflSaveIPTC(
const char * filename,
const GFL_IPTC_DATA * iptc_data,
);
Parameters
- filename
-
Pointer to a null-terminated string that contains the filename to save. Must be a JPEG file.
- iptc_data
-
Pointer to a GFL_IPTC_DATA structure.
Return value
See also
gflBitmapSetComment,
gflBitmapRemoveMetaData,
gflBitmapHasEXIF,
gflBitmapRemoveEXIFThumbnail,
gflBitmapGetEXIF,
gflFreeEXIF,
gflBitmapHasIPTC,
gflBitmapGetIPTC,
gflBitmapSetIPTC,
gflFreeIPTC,
gflNewIPTC,
gflSetIPTCValue,
gflRemoveIPTCValue,
gflLoadIPTC