Page 1 of 1

Original Image Data: "iphonePickPhoto" and "mobilePickPhoto"

Posted: Mon Mar 09, 2015 11:10 pm
by keithglong
Hello,

I am requesting that the ability for selecting the original image data of an image (in iOS) be added to the "iphonePickPhoto" and "mobilePickPhoto" commands. As it stands, a copy of the original photo is placed into the "the text of the last image" on iOS, whereas on Android the original image data is inserted. LiveCode apps need to be able to allow iOS users to select an original image (i.e., maintaining all metadata--such as GPS coordinates, date/time, etc.) for whatever reason (such as for attaching the image to an email, for uploading to a server, etc.). Many users are quite picky about maintaining metadata.

Perhaps something like the following:

Code: Select all

iphonePickPhoto "library",800,800,originalData

Code: Select all

mobilePickPhoto "library",800,800,originalData
(And I know that the original data would be lost when putting the data into an image area, but allowing initial access to the original data would prove useful in a variety of scenarios.)

FYI: I have a "rough" prototype for an app that currently runs great on Android, Windows, Mac, and Linux. The oddball out: iOS. (And interestingly enough, the app was originally designed with iOS in mind.) It would be a shame to exclude iOS users due to the inability of accessing original images via a LiveCode app. (And please note that I am not asking for the ability to write to/edit images in the camera roll folder. I just need a way for a user to select an image and have the original image be put into a variable.)

Please see the following thread: http://forums.livecode.com/viewtopic.php?f=6&t=23529

Thanks, and I really hope that this is something that can be implemented soon in an upcoming release.

Sincerely,

Keith "Boo" Long
Gulf Breeze, FL

Re: Original Image Data: "iphonePickPhoto" and "mobilePickPh

Posted: Tue Mar 10, 2015 9:37 am
by pkocsis
I had asked the question in the "Engine Contributors" forum here but didn't get any responses. I've been waiting for a long time and hoping that intact exif data from mobilePickPhoto on iOS could be achieved.

Re: Original Image Data: "iphonePickPhoto" and "mobilePickPh

Posted: Tue Mar 10, 2015 11:25 am
by keithglong
That's very discouraging... Very discouraging indeed. It would at least be nice to receive some kind of feedback regarding this issue.

Thanks for the info.

Sincerely,

-Boo

Re: Original Image Data: "iphonePickPhoto" and "mobilePickPh

Posted: Tue Mar 10, 2015 4:09 pm
by jacque
The only way to be sure the team sees feature requests is to enter them into the QCC. They rarely have time to read all the forums.

quality.livecode.com

Re: Original Image Data: "iphonePickPhoto" and "mobilePickPh

Posted: Tue Mar 10, 2015 5:05 pm
by pkocsis
@Jacque: Thanks for responding buy I had indeed done that some time ago in bug 11681

Re: Original Image Data: "iphonePickPhoto" and "mobilePickPh

Posted: Tue Mar 10, 2015 9:16 pm
by keithglong
Hi Jacque,
The only way to be sure the team sees feature requests is to enter them into the QCC. They rarely have time to read all the forums.
I have filed several bug requests before, but I wasn't aware that we could (should?) post feature requests there.

Thanks,

- Boo

Re: Original Image Data: "iphonePickPhoto" and "mobilePickPh

Posted: Wed Mar 11, 2015 6:42 am
by keithglong