Resize an image in C / SDL 1.2

473 Views Asked by At

I have a 64x64 image and I want to resize it just as I want within my program (make it 32x32 or 86x86 for exemple). How can I do it? I use SDL 1.2 in C.

0

There are 0 best solutions below