Image and ImageList have the methods flip_vertically and flip_horizontally. The names can be slightly confusing, though, as flip_vertically flips images along a horizontal axis and flip_horizontally flips them along a vertical axis.
Desired solution
Rename
flip_vertically to flip_top_and_bottom
flip_horizontally to flip_left_and_right.
This makes it completely clear how the image is transformed.
Is your feature request related to a problem?
Image
andImageList
have the methodsflip_vertically
andflip_horizontally
. The names can be slightly confusing, though, asflip_vertically
flips images along a horizontal axis andflip_horizontally
flips them along a vertical axis.Desired solution
Rename
flip_vertically
toflip_top_and_bottom
flip_horizontally
toflip_left_and_right
.This makes it completely clear how the image is transformed.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response