iOS Question How can I save the photo bitmaps I generate to the Gallery

cooperlegend

Active Member
Licensed User
Longtime User
Hi, I am using the camera code to capture photos from the camera (or import from the gallery) . I then reduce the size of this and then need to send these via comms to a server .

This is all working fine from File.DirDocuments but the images don't show in the gallery using this path.

Is there a path I can use that will allow the images to show in the Gallery? (i.e. How do I save to the Gallery directory?)

Thanks in advance
 

cooperlegend

Active Member
Licensed User
Longtime User
Thanks

After playing with phone.AddImageToAlbum which makes the images store visible in the gallery it now makes sense and works fine :)
 
Upvote 0
Top