Sepia Toning

This is an automagic copy of Sepia Toning tutorial www.gimp.org/tutorials/Sepia_Toning/ by Eric R. Jeschke

AttachmentSize
sepia_toning-0.3.scm3.17 KB

Comments

Error

Error while executing script-fu-Sepia_Toning: Error: Bad syntax of binding spec in let* : ((sepia-layer) (mask-layer) (mask))

I get this too - any news?

any news?

Problem with Gimp 2.6.1 on Ubuntu

I'm using Gimp 2.6.1 running on Ubuntu Intrepid. When I try to use this script, I get two popup Gimp messages. "Plug-In '(null)' left image undo in inconsistent state, closing open undo groups." and "Error while executing script-fu-Sepia_Toning: Error: Bad syntax of binding spec in let* : ((sepia-layer) (mask-layer) (mask)) " Any ideas about how to fix this? TIA

Script-fu's let* statement

Script-fu's let* statement no longer permits uninitialized variables (bindings). Change the variable declarations to "((sepia-layer 0) (mask-layer 0) (mask 0))".
Syndicate content