How do I move a layer to a specific XY position within the canvas in Gimp?
Currently, the only way I can find is to just eyeball it with the guides and/or mouse position. I want to specify the exact X and Y coordinates.
|
How do I move a layer to a specific XY position within the canvas in Gimp? Currently, the only way I can find is to just eyeball it with the guides and/or mouse position. I want to specify the exact X and Y coordinates. | ||||
feedback
|
|
I'm using GIMP 2.6.11. With these lines of Python the active layer can be moved to an absolute position, like (32, 64), from the Python console:
Alternatively, if you only want to move the content of the layer: right-click, Layer > Transform > Offset or Shft+Ctrl+O | |||||||
feedback
|