[SDL] Image resizing
Michael Sullivan
michael at espersunited.com
Sat Dec 1 09:03:48 PST 2007
On Sat, 2007-12-01 at 16:57 +0000, Brian wrote:
> SDL tries not to add functionality which can be implemented in terms
> of SDL itself. There is an add-on library, SDL_gfx, that has support
> for image scaling (and rotation). Check it out, it is available in the
> libraries section of libsdl.org.
>
> On 01/12/2007, Michael Sullivan <michael at espersunited.com> wrote:
> > Is it true that SDL can't stretch images? My ally sprites are 64x64,
> > and my enemy sprites are 80x40. I'd like them to appear more
> > proportional in comparison with the allies...
> >
> > _______________________________________________
> > SDL mailing list
> > SDL at lists.libsdl.org
> > http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Is it the same SDL_gfx that allows one to draw primitives? If so, then
I already have that. Thank you for your advice...
More information about the SDL
mailing list