Python PIL - Rotate an image around a point that isn't the center

Viewed 2578

Is it possible to rotate an image around a point that isn't the image center using PIL?

If not what could you folk recommend for me to achieve the desired behavior?

1 Answers
Related