View Single Post
  #3  
Old November 21st, 2006, 06:29 AM
Agrajag's Avatar

Agrajag Agrajag is offline
Lieutenant Colonel
 
Join Date: Jul 2004
Location: Israel
Posts: 1,449
Thanks: 4
Thanked 8 Times in 2 Posts
Agrajag is on a distinguished road
Default 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.)
Reply With Quote