I started this topic for supporting another thread that I made in AGS Engine Development.
1. Description
Image resizer is a free software designed for resizing image especially for upscaling low res pixel art image multiple times. This software contains many pixel art scaling algorithm that only can be found in video game emulators as image filter.
Screenshot:
2. Usage
The user interface is very straightforward, you just:
- Choose an image that you want to upscale;
- Choose scaling method that you desire (I recommended use xBR 3x <NoBlend>, but another method is also worth to be tried);
- Set another parameter if necessary;
- Save as your image.
3. Limitations
The limitation of these pixel art algorithm are they only capable for magnifying picture in predefined size, such as 2x, 3x, or 4x and cannot be used to shrink images. The solution when you want to resize you picture with custom size is to magnify the picture with the pixel art scaling algorithms first, then shrink it with lanczos or another filter to the desired size. For example, a pixel art image with dimension 2x2 pixel want to be scaled until 7x7 pixel (almost 4 times of its original size). So the solution is by using - let's say - Hq4x filter to magnify it until 8x8 pixel, then shrink it with lanczos filter to 7x7 pixel. The image will looks perfectly with this method.
4. Comparison
- This image
is scaled four times:
- This image
is scaled four times:
- Guybrush Threepwood sprite
from Monkey Island 2: LeChuck's Revenge is scaled 12 times:
5. Download
You can obtain the program at its main site, just make sure .Net Framework 4 is installed in your computer.
Best regards,
RyanBram
1. Description
Image resizer is a free software designed for resizing image especially for upscaling low res pixel art image multiple times. This software contains many pixel art scaling algorithm that only can be found in video game emulators as image filter.
Screenshot:
2. Usage
The user interface is very straightforward, you just:
- Choose an image that you want to upscale;
- Choose scaling method that you desire (I recommended use xBR 3x <NoBlend>, but another method is also worth to be tried);
- Set another parameter if necessary;
- Save as your image.
3. Limitations
The limitation of these pixel art algorithm are they only capable for magnifying picture in predefined size, such as 2x, 3x, or 4x and cannot be used to shrink images. The solution when you want to resize you picture with custom size is to magnify the picture with the pixel art scaling algorithms first, then shrink it with lanczos or another filter to the desired size. For example, a pixel art image with dimension 2x2 pixel want to be scaled until 7x7 pixel (almost 4 times of its original size). So the solution is by using - let's say - Hq4x filter to magnify it until 8x8 pixel, then shrink it with lanczos filter to 7x7 pixel. The image will looks perfectly with this method.
4. Comparison
- This image

- This image

- Guybrush Threepwood sprite

5. Download
You can obtain the program at its main site, just make sure .Net Framework 4 is installed in your computer.
Best regards,
RyanBram