I’m making a short faux pixel-art animation and the way I do it now is I render out low-res image sequence, then batch upscale it with IrfanView and then plug it back to Blender Sequence Editor to render it into MKV file.
So I was thinking, is there a way to upscale output images in Blender itself? I tried Scale node but it crops output to fit my low-res render settings and I just get a small piece of the picture.
Ummm, you don’t have to rerender at a higher resolution, the pixelate node just removes aliasing (smooth colors on edges) by resampling after scaling down and back up. The size of the blocks is determined by the scale factor. I just chose x100 (01- 10.0) because it was obvious. Try it and vary the Y values together.
Pixelate solves the problem of interpolation but I still don’t know how to scale an image to the resolution bigger than render size set in render options. Blender just crops it to the center.
So now I render at 192108 and upscale it to 19201080 outside Blender. If I use your setup then I’ll have to render at 1080 -> scale down -> pixelate -> scale up.
The scale function is just going to be a ratio of your intial and end dimensions. I am amazed at the pixel count you have there! Anyway you could try using the FileOutput node which I don’t think crops the source dimensions.