Closed rothanachoun closed 10 years ago
Sorry but in my tests the GPS data is preserved as expected on iOS. Are you sure the original image taken has the expected data? You can do a quick check here on the demo: http://blueimp.github.io/JavaScript-Load-Image/
Yeah I'm sure that the original image taken with GEO data and I transfer this original image to laptop and I test it with your demo file on desktop browser, i got GPS data.
I tried to test from my phone (IOS 7.1) with your demo file and I always got only 5 meta tag :
Orientation
ExifIFDPointer
ColorSpace
PixelXDimension
PixelYDimension
Thanks for your reply !
I'm sorry it could be that the GEO data in this case is not stored in the EXIF format parsed by this library.
I got it. Great thanks for always help !
I use
loadImage.parseMetaData
to combineimageHead
toresizedImage
and then I got a new image with meta data include GPS Lat/Long. Unfortunately it works fine only on android but ios not works. Anyone know how to fix this?Thanks !