So I've been working on a 16x16 texture pack and am not very excited by the detail of it. I use paint.NET so to make it a 32x32 I just go to view and click re-size, but after I re-size it to 200% it gets all blurry, any help?
So I've been working on a 16x16 texture pack and am not very excited by the detail of it. I use paint.NET so to make it a 32x32 I just go to view and click re-size, but after I re-size it to 200% it gets all blurry, any help?
thanks Ryan, I been having the same problem :biggrin.gif:
Ankenmann2 is correct, but to further elaborate.. when resizing your image (in photoshop), after you go to Image Size, there is an option at the bottom in a drop down called Nearest neighbor, which will adjust sizing without using any antialiasing, thus you will get nice edges... however, each 1 pixel of color from your texture, will be upscaled to 4 pixels (2x2), so you may need to do some redrawing.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Ankenmann2 is correct, but to further elaborate.. when resizing your image (in photoshop), after you go to Image Size, there is an option at the bottom in a drop down called Nearest neighbor, which will adjust sizing without using any antialiasing, thus you will get nice edges... however, each 1 pixel of color from your texture, will be upscaled to 4 pixels (2x2), so you may need to do some redrawing.