Re: Help with sprites sizes
Amos is right, but just one extra little tip, try to clip the original image until it is a size that is a multiple of 2^x of the required width and height, which usually makes it resize better.
So if you have a 600*500 image you want to turn into 64x64, first clip it to 512*512 if possible and then resize to 64*64
__________________
I'm in the IDF. (So any new reply by me is a very rare event.)
|