gflBitmapHasIPTC

GFL SDK

gflBitmapHasIPTC

The gflBitmapHasIPTC function is used to know if the picture has IPTC metadata.

GFL_BOOL gflBitmapHasIPTC(
  GFL_BITMAP * bitmap
);

Parameters

    bitmap
    Pointer to a GFL_BITMAP structure.
    comment
    Pointer to a null-terminated string that contains the comment.

Return value

    The function returns GFL_TRUE if the bitmap has IPTC metadata.

See also