GUI for the gimp-layer-translate procedure. Move the active layer from the current position by the amount specified in the x and y offset, these can be negative or positive.
Help page: http://xoomer.alice.it/lwcon/gimp/script-fu/move-layer.htm
Attachment | Size |
---|---|
move-layer-2.4.zip | 1.11 KB |
Comments
hi, I've tried and I'm
hi, I've tried and I'm getting this:
Error while executing script-fu-move-layer:
Error: Bad syntax of binding spec in let* : ((activelayer))
in Gimp 2.6.7
To fix this
Open the move-layer.scm file, using Notepad ++ or a decent editor of your choice, and add a zero in the let* statement as shown below:
(let* ( (activelayer 0)
Save the file, if prompted to replace the file, accept yes.
Then refresh your scripts in GIMP and try again.