Actions

Difference between revisions of "Misc"

From XnView Wiki

(Created page with '== gflBitmapSetComment == The gflBitmapSetComment function change the comment associated with a bitmap. Only some formats can save the comment. void gflSetComment(  GFL…')
 
Line 3: Line 3:
The gflBitmapSetComment function change the comment associated with a bitmap. Only some formats can save the comment.  
The gflBitmapSetComment function change the comment associated with a bitmap. Only some formats can save the comment.  


  void gflSetComment(
  void <b>gflSetComment</b>(
&nbsp;GFL_BITMAP* bitmap,   
  GFL_BITMAP* bitmap,   
&nbsp;const char* comment
  const char* comment
  );
  );


Line 20: Line 20:
The gflBitmapRemoveMetadata function remove all metadata of a picture.  
The gflBitmapRemoveMetadata function remove all metadata of a picture.  


  void gflBitmapRemoveMetadata(
  void <b>gflBitmapRemoveMetadata</b>(
   GFL_BITMAP* bitmap
   GFL_BITMAP* bitmap
  );
  );

Revision as of 14:17, 23 September 2009

gflBitmapSetComment

The gflBitmapSetComment function change the comment associated with a bitmap. Only some formats can save the comment.

void gflSetComment(
  GFL_BITMAP* bitmap,  
  const char* comment
);

Parameters

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


gflBitmapRemoveMetadata

The gflBitmapRemoveMetadata function remove all metadata of a picture.

void gflBitmapRemoveMetadata(
  GFL_BITMAP* bitmap
);

Parameters

bitmap
Pointer to a GFL_BITMAP structure.

See also

gflBitmapHasEXIF, gflBitmapRemoveEXIFThumbnail, gflBitmapHasIPTC