Search found 7 matches
- 2017-09-15T05:51:51-07:00
- Forum: Bugs
- Topic: [CLOSED]Exif DMS output order wrong??
- Replies: 2
- Views: 8046
Re: Exif DMS output order wrong??
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 ...
- 2017-09-15T00:09:40-07:00
- Forum: Bugs
- Topic: [CLOSED]Exif DMS output order wrong??
- Replies: 2
- Views: 8046
[CLOSED]Exif DMS output order wrong??
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
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 ...
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 ...
- 2017-09-14T23:55:46-07:00
- Forum: Users
- Topic: Gps Degrees to Decimal Help
- Replies: 11
- Views: 32314
Re: Gps Degrees to Decimal Help
Thx, I know Exiftool ..... Problem is when Exiftool try to read a folder in another languages with special char FAIL... you can try to use in your cmd filename=utf8 etc... but belive me It doesn't works!! For that reason I come here!
I know a way with a script to do it, but why IM is not able to do ...
I know a way with a script to do it, but why IM is not able to do ...
- 2017-09-14T09:16:10-07:00
- Forum: Users
- Topic: Gps Degrees to Decimal Help
- Replies: 11
- Views: 32314
Re: Gps Degrees to Decimal Help
Thx, but, the question is, IM is able to return the decimal format directly or not?
IMG OUTPUT
38/1, 42/1, 2485/100,9/1, 8/1, 1115/100
45/1, 5946/100, 0/1,8/1, 5697/100, 0/1
35/1, 42/1, 5079/100,139/1, 47/1, 4815/100
Formula
DD = d + m/60 + s/3600
Result
38.7069027777778,-9.13643055555555
45.991,8 ...
IMG OUTPUT
38/1, 42/1, 2485/100,9/1, 8/1, 1115/100
45/1, 5946/100, 0/1,8/1, 5697/100, 0/1
35/1, 42/1, 5079/100,139/1, 47/1, 4815/100
Formula
DD = d + m/60 + s/3600
Result
38.7069027777778,-9.13643055555555
45.991,8 ...
- 2017-09-14T00:01:01-07:00
- Forum: Users
- Topic: Gps Degrees to Decimal Help
- Replies: 11
- Views: 32314
Re: Gps Degrees to Decimal Help
Ok Thx, I explain to you step by step
ImageMagick 7.0.6 Q16 (64-bit)
Windows 10 64
cmd shell
Well my question is.. I need to calculate decimal lat lng "d + m/60 + s/3600" but the IM output is in Degrees Format, like this
identify -format "%[EXIF:GPSLatitude],%[EXIF:GPSLongitude]\n" *.jpg > log ...
ImageMagick 7.0.6 Q16 (64-bit)
Windows 10 64
cmd shell
Well my question is.. I need to calculate decimal lat lng "d + m/60 + s/3600" but the IM output is in Degrees Format, like this
identify -format "%[EXIF:GPSLatitude],%[EXIF:GPSLongitude]\n" *.jpg > log ...
- 2017-09-13T14:24:07-07:00
- Forum: Users
- Topic: Gps Degrees to Decimal Help
- Replies: 11
- Views: 32314
Re: Gps Degrees to Decimal Help
Thx, windows 10 64bit last version ImageMagik
identify -format "%[EXIF:GPSLatitude],% [EXIF:GPSLongitude]\n"
identify -format "%[EXIF:GPSLatitude],% [EXIF:GPSLongitude]\n"
- 2017-09-13T13:11:26-07:00
- Forum: Users
- Topic: Gps Degrees to Decimal Help
- Replies: 11
- Views: 32314
Gps Degrees to Decimal Help
Hi, there is a way to have in identify -format the lat and long in decimal format?? THX