Art Help How to reduce a sprite image without changing quality??

chrismizuno

Greenhorn
Guys, i really need help. I'm trying to make a 512x1047 image turn into 16x32, so i can make my NPC sprite, but every time i change the image size, the quality goes horrible, I tried to do it in photoshop and aseprit, but in both it was pretty bad

Does anyone know how I can do this?

the image looks like this when i change the size:
sprite.png.png



and normally, looks like that:
spritesheet.png
 

Kreeate

Rancher
Guys, i really need help. I'm trying to make a 512x1047 image turn into 16x32, so i can make my NPC sprite, but every time i change the image size, the quality goes horrible, I tried to do it in photoshop and aseprit, but in both it was pretty bad

Does anyone know how I can do this?

the image looks like this when i change the size:
View attachment 6585


and normally, looks like that:
View attachment 6586

Hi,

What you need is for each character size on the sheet to be around 16x32 pixels, not the entire sheet.

That means you need to make your sheet 64x128 pixels instead.
When you resize your image, use "Bicubic Resampling" for the best pixel results.

Anyway, I'll attach a pre-made 64x128 sheet here for you 😊

64x128.png
 
Top