How do I draw text at an angle using python’s PIL?
Draw text into a temporary blank image, rotate that, then paste that onto the original image. You could wrap up the steps in a function. Good luck figuring out the exact coordinates to use – my cold-fogged brain isn’t up to it right now. This demo writes yellow text on a slant over an image: … Read more