GNOME Bugzilla – Bug 133720
Flip around an arbitrary axis
Last modified: 2010-06-29 18:34:12 UTC
:flip around a given axis You give two points on the axis (like you draw a line) and the selection or drawable flips around (with respect to) it.
I agree, being able to flip freely, not only horizotally and vertically, would be a useful enhancment.
I believe it would be fairly easy to implement, because it is a special case of a linear transformation (similiar to perspective tranformation). Not for 2.0 though, setting milestone to 2.2.
I actually had encoded this as a PDB procedure in BUG #137053. If that is checked in, there is no reason why a small script fu performing this could not be implemented.
Upgrading target milestone to 2.6.
Three and a half years without any progress. Setting milestone to Future.
AFAIK the PDB entry currently exists and works, so there was progress. The only thing remaining is to write the script.
Ok then it shouldn't be very hard to get done for 2.6. Let's consider it. Putting back on 2.6 milestone.
A script is not very useful for this as the user will want to set the line using the mouse. Which would require quite some changes to the Flip tool. I don't think this needs to be on any milestone.
The free transform tool (http://gui.gimp.org/index.php/Transformation_tool_specification) along with a normal flip will be good enough.