MinicraftPlus / minicraft-plus-revived

Minicraft+, an extension of Notch's original minicraft project, with tons more features.
GNU General Public License v3.0
456 stars 92 forks source link

Simplify screenshot feature #660

Closed BenCheung0422 closed 3 months ago

BenCheung0422 commented 3 months ago

The option to set the screenshot scaling is removed. Instead, the same image as the canvas is captured and saved, so that the size of the screenshots will be the same as the canvas in the window at the moment. The option was not saved in preferences, so the save file is not affected. This can also prevent the excess of heap size caused by temporary image objects being created and garbage-collected while heap size is not shrunk by time whatever the size of free heap. Please note that #587 can be used here for the notification of screenshots being saved.