I was working with a PImage
(size 17x12 pixels), and trying to scale it up much larger. When I did this, it made the image blurry like it had anti-aliasing enabled. I know that the noSmooth()
method aliases (turns off anti-aliasing), and was wondering if there was a similar process that can be applied to a PImage
as it does not apply itself to PImage
objects by default.
Thanks for any help