Screenshots on Android

## How do I…
I want to save part of the game screen where are certain elements as a .png file on the user’s device.
Better than that, but I believe would be more complex and undoable for me, would be to save all those sprites/text themselves as a single .png, almost as if player took an screenshot of that part, but not losing the quality of the sprites/text.

## What is the expected result
Idk, anyway to save part of screen as .png file? I specially need that for Android, so the Take a Screenshot action isn’t suitable.

## What is the actual result
No action for such a thing (as far as I can notice)

## Related screenshots
Not applicable

I can zoom and center and then take an screenshot, it may even look nicer when taking the screenshot. Only problem is that I can’t on Android, one of my three platform targets

2 Likes

@Luni, GDevelop explictly states it is not possible on Android, it is, lacking that feature, so I believe my topic should be in Feature Request, even with its historic of being a How do I.

Oh my bad!
I thought you were asking for a “hack” on how to do it.
I’ve moved it back to the Feature Request :slight_smile:

+1

☐ Define an area
(for the most things it makes sense not to screenshot the whole game)

☐ “Save as…” prompt
(the player can choose where to save and the creator doesn’t have to worry about OS specific FileSystem expression paths)

☐ Support mobile
(absolutely most users use mobile devices or browsers for 2D indie games)