Learn Before
Concept
Rotating Images (Pillow)
Image instances have a rotate() function that allows for rotation. The argument of the function is the amount of degrees to rotate the image counter-clockwise.
image.rotate(angle)
0
1
Updated 2021-07-17
Tags
Python Programming Language
Data Science