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
How to use gflBitmapGetEXIFValue
Moderators: helmut, XnTriq, xnview
Re: How to use gflBitmapGetEXIFValue
Name is the return value, and value_length is the max char of NameRoland 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.
TAG for orientation is 0x0112
Pierre.