Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

can an image be highly pixelated (32x32 for example) but be able to output a high resolution image? so that a image look pixelated without a low resolution.


also, can i reduce the number of colors to a fixed amount?

(1 edit)

Hello, yes you can resize a 32x32 pixel image to 128x128px using the Nearest algorithm (Use Resize to side node) to get a higher resolution image that still looks like it has 32x32 pixels.

There are 2 ways to reduce the number of colors:

  1. Define your own custom color palette with fixed colors
  2. Use the Kmeans node to reduce colors, where you can specify the exact number of colors you want