hMatoba/piexifjs

Parse exif data to String (Cont.)

Closed this issue · 0 comments

Hi, I also have the same question - I would like to read GPSLatitude and GPSLongitude, but I get [ [Array], [Array], [Array] ]. Is there any method I can call to get the actual values? I have looked at the link that you provided in another answer, http://www.cipa.jp/std/documents/e/DC-008-2012_E.pdf, but it is 190 pages long and I could not find the answer.

After calling console.log(piexif.load(fs.readFileSync("MY_JPG.JPG").toString("binary"));
screen shot 2018-06-08 at 9 12 55 am