scratch-gui icon indicating copy to clipboard operation
scratch-gui copied to clipboard

Add-On Suggestion - Converting to Bitmap does not resize image

Open ThunderGuy77 opened this issue 3 years ago • 0 comments

It would be very useful if there was an addon that could support this. Basically, I have many vector graphics in my project. Many of these exceed the stage size in the image editor. The problem is, I'm trying to make a version of the project that solely uses PNGs to make the game load faster and not overload my computer's memory.

So when I convert the SVGs to PNGs using the convert to bitmap button, the parts of the vector image outside the rectangular region are chopped off. This is a major issue in my game because it relies on having large image sizes for level chunks.

Having this addon could maybe allow the resolutions of large images to be as big as the vector graphics original size in the stage so that the images aren't cropped.

Reproduction: In vector graphics mode draw a circle bigger than the rectangle outline in the image editor. Convert to bitmap. Observe the sad sliced circle.

Windows 11, Microsoft Edge

ThunderGuy77 avatar Jul 31 '22 17:07 ThunderGuy77