Flone-dnb / FBugReporter

Easily add feedback and/or bug reporting functionality to your Godot game.
MIT License
63 stars 4 forks source link

Attaching a screenshot to report. #1

Closed Flone-dnb closed 2 years ago

Flone-dnb commented 2 years ago

As it was suggested, it would be a great feature to have an ability to attach a screenshot.

Godot seems to have some functionality to capture the screen, but I don't know if Godot has functions to save it in JPEG format. So this would require us to compress the image. Plus, we should also resize it to 720p if it's big, so that it wouldn't be that bad for storage.

Flone-dnb commented 2 years ago

Implemented in v1.1.0.