Hi.
Can I get EXIF metadata from a jpg file ?
Hi.
Can I get EXIF metadata from a jpg file ?

https://docs.microsoft.com/en-us/window ... tadata-use
Maybe our GDI+ experts can help in reading meta-data from the images.

Otto, if you got a document from Active X, then work with it through the DOM
PS. And what is the relationship between EXIF and ActiveX ?
If under FW:
oDk:=oActX:GetProp("Document")
? oDk:getElementsByClassName("MyClass")
or other DOM commands (depending on the task)
Are you going to use the JS library ?
Natter wrote:Hi.
Can I get EXIF metadata from a jpg file ?
Thank you, an interesting utility. However, it is with the installation, which is very inconvenient.
Hello Alejandro,
Thank you for pointing to: https://exiftool.org/ .
I will try the software.
Best regards,
Otto
Good morning Natter,
I tried what you suggested but I can't find out the syntax for method and data how to access the object.
oHttp := oActiveX:GetProp( "Document" ) // -> Object Document
cClassName := oHttp:cClassname
? cClassName:innerHTML / Not working
Can you please help with some more code.
If we can access oHttp from Fivewin, we can use the "DIALOGs" from mod harbour and embed with ActiveX into Fivewin.
Best regards,
Otto
if oDk:URL=MyUrl
do while .T.
if valtype(oDk:body)!="U".and.oDk:body:ReadyState-"complete"
buf:=oDk:DocumentElement:InnerHTML
exit
endif
multisec(50)
sysrefresh()
enddo
endifHello Natter,
Many thanks. It works now, technically.
But I think exif.js is not supported by Internet Explorer.
Do you know whether you can set Firefox or Chrome to be opened?
Best regards,
Otto
You think exif.js does not work under IE or you are sure of it.
Can make an HTML file where the library is connected exif.js
Run it from the ActiveX object.
Do page processing.
You can try to open another browser (shellexecute), and the parameter to it is an HTML file
Where to put the received data ?
