RobLoach / pntr

Image manipulation library for C, with a focus on ease of use.
https://robloach.github.io/pntr/
zlib License
20 stars 6 forks source link

Rotozoom #64

Open RobLoach opened 1 year ago

RobLoach commented 1 year ago

draw an image with rotation and zoom onto another image..

https://github.com/rtrussell/BBCSDL/blob/master/src/SDL2_rotozoom.c

RobLoach commented 1 year ago

Got scale working. Got rotate working. Now need...

pntr_draw_image_rotatescaled_rec()

Or aomethinf