Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » How do you get higher image quality in Scratch projects?
- Kokonaroshi-Neko
-
3 posts
How do you get higher image quality in Scratch projects?
I noticed that when I make a project, the image quality isn't the best. I was wondering if there's some way to improve it. I looked it up online, and I didn't find anything, so maybe someone on Scratch itself knows how.
- SavetheAtlantic
-
1000+ posts
How do you get higher image quality in Scratch projects?
The way Scratch resizes images to fit within the stage is terrible. You'll have to prevent it from butchering your images by resizing it yourself in an external program to fit within the Stage – 480 by 360 pixels.
- Kokonaroshi-Neko
-
3 posts
How do you get higher image quality in Scratch projects?
Then how come I made an image that was over 800 by 800 pixels (on an external site) and it was still too small and the image quality wasn't good at all? The way Scratch resizes images to fit within the stage is terrible. You'll have to prevent it from butchering your images by resizing it yourself in an external program to fit within the Stage – 480 by 360 pixels.
- -Valtren-
-
1000+ posts
How do you get higher image quality in Scratch projects?
You can import the image as an SVG file.
Scratch also supports half-pixels, so making the image in 960x720 resolution is a good idea, as it won't diminish in quality when uploaded.
Scratch also supports half-pixels, so making the image in 960x720 resolution is a good idea, as it won't diminish in quality when uploaded.
- Kokonaroshi-Neko
-
3 posts
How do you get higher image quality in Scratch projects?
So, instead of keeping the file PNG I would just select SVG and it should help? You can import the image as an SVG file.
Scratch also supports half-pixels, so making the image in 960x720 resolution is a good idea, as it won't diminish in quality when uploaded.
- SavetheAtlantic
-
1000+ posts
How do you get higher image quality in Scratch projects?
Resize it. You're just going to have to accept that you're going to lose some quality.Then how come I made an image that was over 800 by 800 pixels (on an external site) and it was still too small and the image quality wasn't good at all? The way Scratch resizes images to fit within the stage is terrible. You'll have to prevent it from butchering your images by resizing it yourself in an external program to fit within the Stage – 480 by 360 pixels.
- Spentine
-
1000+ posts
How do you get higher image quality in Scratch projects?
If you install third-party software designed to extend Scratch's functionality (weird way of phrasing it, I know), you will be able to upload HD images by including the image in a SVG image. Scratch does not reduce the quality of SVG images, so any high quality images in the SVG will not have its quality reduced.
- idkmareeep
-
8 posts
How do you get higher image quality in Scratch projects?
Save the image using a vector format EX: .svg Then load it in scratch and it will be a vector image
Last edited by idkmareeep (May 9, 2023 09:06:45)
- Discussion Forums
- » Questions about Scratch
-
» How do you get higher image quality in Scratch projects?