How to use gflBitmapGetEXIFValue

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
Roland
Posts: 1
Joined: Thu Sep 28, 2006 4:56 am

How to use gflBitmapGetEXIFValue

Post by Roland »

Sorry, but I can not figure out how to use gflBitmapGetEXIFValue in VB.

status = gflBitmapGetEXIFValue (gflbitmap, tag , Name , value_length )

How do I need to set the parameters tag , Name , value_length ?

I'd like to read the orientation of the picture.

Regards,
Roland
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: How to use gflBitmapGetEXIFValue

Post by xnview »

Roland wrote:Sorry, but I can not figure out how to use gflBitmapGetEXIFValue in VB.

status = gflBitmapGetEXIFValue (gflbitmap, tag , Name , value_length )

How do I need to set the parameters tag , Name , value_length ?

I'd like to read the orientation of the picture.
Name is the return value, and value_length is the max char of Name
TAG for orientation is 0x0112
Pierre.
Post Reply