Retrieving EXIF in ASP?

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

Moderators: helmut, XnTriq, xnview

Post Reply
Guest

Retrieving EXIF in ASP?

Post by Guest »

Can I retrieve EXIF info using ASP? Can you post an example?

I've tried:

Set oGflAx = server.createobject("GflAx.GflAx")
cEXIF = oGflAx.GetEXIF
response.write(cEXIF)
But this does not seem to work.

BTW, is there any doc for the ASP COMM? I found some on this site but I presume it's incomplete:
http://www.cwm.ca/supportcomp/GflAx_Fr.html
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Retrieving EXIF in ASP?

Post by xnview »

Anonymous wrote:Can I retrieve EXIF info using ASP? Can you post an example?

I've tried:

Set oGflAx = server.createobject("GflAx.GflAx")
cEXIF = oGflAx.GetEXIF
response.write(cEXIF)
But this does not seem to work.

BTW, is there any doc for the ASP COMM? I found some on this site but I presume it's incomplete:
http://www.cwm.ca/supportcomp/GflAx_Fr.html
Currently GFLAx can't retrieve EXIF metadata (only date), and the help file is available here:
http://www.xnview.com/download/GflAx-Help.chm
Pierre.
Post Reply