Rotate

Hi!

I’ve got a simple program, which display bmp&jpg files and writte some text
usung (SDL,SDL_image,SDL_ttf). Now I need to turn left orientation of my
display. Is there any simple method to do it ?

Leszek Kula
Aikom
POLAND

SDL has no way of doing this internally. You could write your own code
to do this, using various methods of transforming an image 90 degrees,
or you could use a library, such as SDL_rotozoom or SDL_gfx or whatever it
is out there that does these kinds of things? :^)

(See the www.libsdl.org “Libraries” page to find something.)

Good luck!On Mon, May 23, 2005 at 03:22:32PM +0000, Leszek Kula wrote:

Hi!

I’ve got a simple program, which display bmp&jpg files and writte some text
usung (SDL,SDL_image,SDL_ttf). Now I need to turn left orientation of my
display. Is there any simple method to do it ?


-bill!
bill at newbreedsoftware.com
http://newbreedsoftware.com/