Safe-DS / Library

A user-friendly library for Data Science in Python.
https://library.safeds.com
MIT License
18 stars 4 forks source link

Rename `flip_vertically` and `flip_horizontally` methods #945

Closed lars-reimann closed 3 days ago

lars-reimann commented 1 week ago

Is your feature request related to a problem?

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

This makes it completely clear how the image is transformed.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response