Search found 24 matches: exif

Return to advanced search

Re: resolution of a JPG

... JpegDim( cFileJpg ) // --> { nWidth, nHeight } Source: fwh\source\function\imgtxtio.prg Ofc, can not provide as much information as the exif.js
by nageswaragunupudi
Sat Dec 31, 2022 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resolution of a JPG
Replies: 9
Views: 644

Re: resolution of a JPG

... problem with modHarbour and a JS LIB. Thanks again. Should also work with WEBVIEW2. Here is the link to the library: https://github.com/exif-js/exif-js Best regards, Otto PS: That's where forensics starts. https://mybergland.com/exif.jpg
by Otto
Sat Dec 03, 2022 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resolution of a JPG
Replies: 9
Views: 644

Re: EXIF

Now with <style>  <style>.btn {  background-color: #4CAF50;  border: none;  color: white;  padding: 15px 32px;  text-align: center;  text-decoration: none;  display: inline-block;  font-size: 16px;  margin: 4px 2px;  cursor: poi...
by Otto
Thu Mar 18, 2021 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

Image
by Otto
Thu Mar 18, 2021 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

Hello Natter, When you asked about button design, I thought of using ActiveX as a possible solution. But as the newer js bibliothecs are not supported, we are also limited with this approach. Thank you for your help with ActiveX. Best regards, Otto https://mybergland.com/fwforum/htmlinterfac...
by Otto
Thu Mar 18, 2021 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

Hello Natter, Thank you. >You think exif.js does not work under IE or you are sure of it. Yes, I tried with Internet Explorer and js is not executed. https://winhotel.space/exif-js-master/example/index.html https://mybergland.com/fwforum/imagedata.jpg ...
by Otto
Thu Mar 18, 2021 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

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), ...
by Natter
Thu Mar 18, 2021 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

Hello 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
by Otto
Thu Mar 18, 2021 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

Don't understand what exactly is not working. Did you get the document object ? 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)     sys...
by Natter
Thu Mar 18, 2021 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

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 s...
by Otto
Thu Mar 18, 2021 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

Hello Alejandro,
Thank you for pointing to: https://exiftool.org/ .
I will try the software.
Best regards,
Otto
by Otto
Thu Mar 18, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

Thank you, an interesting utility. However, it is with the installation, which is very inconvenient.
by Natter
Thu Mar 18, 2021 5:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

Natter wrote:Hi.

Can I get EXIF metadata from a jpg file ?


Hello!

There is this free comnand line tool EXIFTOOL, take a look in https://exiftool.org/

Greetings
by TecniSoftware
Wed Mar 17, 2021 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

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 ?
by Natter
Wed Mar 17, 2021 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914

Re: EXIF

Hello Natter, Thank you. Do you have some code on how to address the DOM object? The relationship between ActiveX and Exif is that I do not know how to get the information stored in Exif with Fivewin. But I have a javascript lib that does all I want. Now it would be great if we could ...
by Otto
Wed Mar 17, 2021 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1914
Next

Return to advanced search