Rename flip_vertically
and flip_horizontally
methods
#945
Labels
enhancement 💡
New feature or request
flip_vertically
and flip_horizontally
methods
#945
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
The text was updated successfully, but these errors were encountered: