You are here

move-layer.scm

  • 1
  • 2
  • 3
  • 4
  • 5
Total votes: 0
Rate this item!

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

AttachmentSize
move-layer-2.4.zip1.11 KB
Code License: 
Scripting Engine: 

Comments

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

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.

Subscribe to Comments for "move-layer.scm"