display.save() - save jpg to photo gallery with own name

Display.save() has ability to save png or jpg with own name but only for sandbox folders which are not visible to user whereas display.capture() has ability to save to photo gallery but only png without own filename. Why display.save() or display.capture() can’t save jpg fles to photo gallery with own filenames? I have created graphics editing app, but user can save only png image to gallery without own name, due to above restrictions :frowning:

@Netox ,
May be you can use this :
https://docs.coronalabs.com/api/library/media/save.html

So save Image to sandbox with custom name using display.save() and then use media.save().

Thanks, it works :slight_smile:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.