Page 1 of 1

[CLOSED]Exif DMS output order wrong??

Posted: 2017-09-15T00:09:40-07:00
by rootx
Hi, Im not sure if is a bug or not but I ask you only why the out put on the second line is not constant? Thx

Code: Select all

38/1, 42/1, 2485/100,9/1, 8/1, 1115/100
45/1, 5946/100, 0/1,8/1, 5697/100, 0/1<--------------------------- ???? The right order is  DMS(d + m/60 + s/3600) and not DSM
35/1, 42/1, 5079/100,139/1, 47/1, 4815/100
Full discussion here
https://www.imagemagick.org/discourse-s ... =1&t=32693

Re: Exif DMS output order wrong??

Posted: 2017-09-15T04:47:53-07:00
by snibgo
Why do you think the order is wrong? Perhaps the device that created that data records in degrees and minutes (including decimals of minutes), with no seconds.

Re: Exif DMS output order wrong??

Posted: 2017-09-15T05:51:51-07:00
by rootx
IM works, I'm wrong.... Iphone!!!! Damnnn, all the pictures I made with iphone 6 and Lumix camera respect the DMS order, iphone 3s write exif data not in order, and my script work in DMS order!!! For that reason the reverse geocode adrr look wrong!!! I change my script with the new control!! Thanks for your patience

PS:this programs save me because read every folder and char, because exiftool is dedicated to do that, but I repeat is blind when you try to read 4example Japanese or umlaut etc.... I hope Phil fix this in the future.