Re: LC9.6 Android EXIF image data issue

2020-05-14 Thread Alan Stenhouse via use-livecode
Thanks Mark and Monte for the info. Had already stopped using the width/height specs and for photos from the library we had been getting EXIF info and still do in many cases (I think - more testing needed!), but as we can't do anything about what the OS gives us, I'll just slightly change the

Re: LC9.6 Android EXIF image data issue

2020-05-14 Thread Mark Waddingham via use-livecode
On 2020-05-13 23:54, Alan Stenhouse via use-livecode wrote: Hi Monte Thanks for the info, though that is bad news. It had previously come through on iOS ok - when picking a photo from the library, and also on Android AFAIK. Do we have any way of getting EXIF data from an image picked from an

Re: LC9.6 Android EXIF image data issue

2020-05-13 Thread Alan Stenhouse via use-livecode
Hi Monte Thanks for the info, though that is bad news. It had previously come through on iOS ok - when picking a photo from the library, and also on Android AFAIK. Do we have any way of getting EXIF data from an image picked from an image library using MobilePickPhoto? Thanks again for the

Re: LC9.6 Android EXIF image data issue

2020-05-12 Thread Monte Goulding via use-livecode
Hi Alan EXIF data from the returned photo in mobilePickPhoto probably shouldn’t be relied upon. On iOS it definitely won’t be there. On Android it definitely won’t be there if calling mobilePickPhoto with width and height parameters but if those parameters aren’t used it might be there

LC9.6 Android EXIF image data issue

2020-05-12 Thread Alan Stenhouse via use-livecode
There seems to be an issue with getting EXIF data from images using mobilePickPhoto on Android (well, at least new Samsung mobile phones). I *think* this is a new bug with LC 9.6, but as I don't have a relevant phone to test with, it's sorta difficult to check further. Particularly as we