Search found 4 matches

by Edgardo
Thu Jan 07, 2010 3:53 pm
Forum: GFL SDK
Topic: IPTC & EXIF in VB
Replies: 3
Views: 2187

Re: IPTC & EXIF in VB

Hi everyone,

Finally I found a solution to this. I've added the following declarations:

' Added declarations for IPTC
Public Declare Function gflSetIPTCValue Lib "libgfl290.dll" (ByVal IPTC_Data As Long, ByVal ID As Long, ByVal Value As String) As Long

Public Declare Function gflBitmapHasIPTC ...
by Edgardo
Wed Dec 30, 2009 2:18 pm
Forum: GFL SDK
Topic: IPTC & EXIF in VB
Replies: 3
Views: 2187

Re: IPTC & EXIF in VB

Hi dominique,

Hi,
You have information about metadata function in the wiki of GFLSDK, follow the link bellow:
http://www.xnview.com/wiki/index.php5?title=GFL_SDK

Thanks for your reply.

I've already seen that info. The problem is how to translate IPTC structures to VB. For instance, the GFL ...
by Edgardo
Fri Dec 25, 2009 10:46 pm
Forum: GFL SDK
Topic: IPTC & EXIF in VB
Replies: 3
Views: 2187

IPTC & EXIF in VB

Hi,

Any way of just reading IPTC (and eventually EXIF) info using GFLSDK?

I saw that it's possible in GflAx, so it should be posible in VB, I guess. But I don't want to mix both libraries: instead I want to achieve this using only GFLSDK.

I saw elsewhere in this forum that there's at least one ...
by Edgardo
Tue Dec 22, 2009 8:10 pm
Forum: GFL SDK
Topic: EXIF VALUES
Replies: 3
Views: 1755

Re: EXIF VALUES

CONFAIS,

Hi
I use GFLSDK Version 2.90 with visual basic.
I can read and write IPTC values.
I can read EXIF values but I can't modify them using DLL functions.
Could you send me a visual basic example to update EXIF values please ?


I'm using the same version of GFLSDK with Visual Basic. Can you ...