Advertisement

Sprite rotation utility

Started by November 03, 2008 12:49 PM
1 comment, last by programering 16 years, 2 months ago
Do you know any painting program that can rotate small sprites/bitmaps(30*30pix) in a diagonal(45 degrees) angle so they looks somewhat okey with anti-aliasing with alpha channel. I've tried PhotoShop[Elements/CS3], Paint Shop Pro 7, Gimp.
try putting it into a large scaled image (1000x1000) px with full size, then rotate, and then transform back to 30x30 px and tell me the result.


:)

the problem is: in a small image you cant rotate and keep the information, so it should work better if you have 1000 pixels, and when scaling back you can run imagefilters on it to make it smoother/sharper,etc
Advertisement
Quote: Original post by calav3ra
try putting it into a large scaled image (1000x1000) px with full size, then rotate, and then transform back to 30x30 px and tell me the result.

That was a really good idea, never thought of that, sounds it will work. Thanks. Rate+

This topic is closed to new replies.

Advertisement