Saving to photo Album

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
thehat
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 31
Joined: Mon Apr 16, 2007 5:32 am
Contact:

Saving to photo Album

Post by thehat » Fri Jul 20, 2012 5:31 pm

I am using the camera to put an Image on a card and also saving it to the Photo Album.

if it is "Camera" then
 mobilePickPhoto "rear camera"
put the long ID of last image into tImageID
iphoneExportImageToAlbum tImageID
set the loc of last image to 332,308
set the width of last image to 495
set the height of last image to 380
set the lockloc of last image to true

end if

This does everything I want it to do, however it takes approximately 10 sec to accomplish.
What Can I do to speed this up.

Thanks for your assistance

Post Reply