Display.save() on iPad question.

Hello. So I’m working on an app for a client and in the app i have to save an image.

I need to save the image to the gallery.

The app will only be for Apple.

I don’t have a mac or my iPad anymore so i can’t test this.

If i do something like this.

display.save( imgOverlay, { filename="stripesOne.png", baseDir=system.DocumentsDirectory, isFullResolution=true } )

I can find the image in the document directory in the project sandbox. 

I’m not sure if the user will see it in there gallery? Or do i need to do something else?

–SonicX278

I think what you want is display.capture()

https://docs.coronalabs.com/api/library/display/capture.html

I think what you want is display.capture()

https://docs.coronalabs.com/api/library/display/capture.html