Discuss Scratch
- S_prite
-
Scratcher
48 posts
Remove sub-pixels 23:2 support ratio
how about scaling the sprite 2 times up if it had this problem
or averaging the pixel values inside of the 4 subpixel square
or averaging the pixel values inside of the 4 subpixel square
- 6d66yh
-
Scratcher
100+ posts
Remove sub-pixels 23:2 support ratio
how about scaling the sprite 2 times up if it had this problemScaling breaks the size reporter
or averaging the pixel values inside of the 4 subpixel square
Averaging breaks colour collision detection
It's impossible to remove this mode (which was since 2.0), like it is impossible to remove the awkward hybrid string/double variable type (which was since the Java player; the offline 1.4 player has an even more awkward type), due to it breaking compatibility.
- S_prite
-
Scratcher
48 posts
Remove sub-pixels 23:2 support ratio
the scaling issue wouldn't be hard to fix, just half all the set size reporters.
- S_prite
-
Scratcher
48 posts
Remove sub-pixels 23:2 support ratio
though a compatibility mode for subpixel bitmap is a good idea
- hiPeeps124816
-
Scratcher
500+ posts
Remove sub-pixels 23:2 support ratio
I use bitmap for Minecraft skins, and I don't want twice as big exports. Support.
- samq64
-
Scratcher
1000+ posts
Remove sub-pixels 23:2 support ratio
Support! I draw a 16x16 image in the bitmap editor, exported it, and it became a 32x32 image. I imported it into a new project, converted it to vector, resized it and convertd it back to bitmap and the image became blurry! These half pixels don't make any scene and should be removed.
Last edited by samq64 (May 25, 2021 18:16:54)



