Really like this script, many thanks. I'd like to write a batch process to trigger it from the command line so that it processes multiple images automatically.
Is that possible? I've tried running a test on 1 image from the command line but can't work out what parameters to pass, looking at the script it's:
theImage
theLayer
blurAmount
But I think it's failing as I don't know what to pass for "theLayer".
I am running XOS leopard, i am having trouble trying to down load the script for this plugin. I will only download as a HTML page is this right or am i doing something wrong?
Regards
Scrubmonkey
I am running 2.6.5 on XOS and i have it installed now.....but it come up with the following errors
1) Plug-In 'Quick sketch' left image undo in inconsistent state, closing open undo groups.
2) Error while executing script-fu-quick-sketch:
Error: Procedure execution of gimp-desaturate failed
Any suggestions?
Thanks
when I run the script on an .xcf or .jpg image, I am receiving the following error:
Quick sketch Message
Error while executing script-fu-quick-sketch:
Error: Bad syntax of binding spec in let* : ((layerCopy) (layerGrey (car (gimp-drawable-is-gray theLayer))))
has this script been tested with 2.6?
Thanks
Comments
Automating
Hi,
Really like this script, many thanks. I'd like to write a batch process to trigger it from the command line so that it processes multiple images automatically.
Is that possible? I've tried running a test on 1 image from the command line but can't work out what parameters to pass, looking at the script it's:
theImage
theLayer
blurAmount
But I think it's failing as I don't know what to pass for "theLayer".
"C:\Program Files\GIMP-2.0\bin\gimp-2.6.exe" -i -b "(FU-quick-sketch \"C:\\pic\\2.png\" "2.png" 30)" -b "(gimp-quit 0)"
If you could advise it would be most appreciated.
Thanks,
Brian.
Question
How do I add plug ins into Gimp?
Look here:
Look here: http://registry.gimp.org/node/23868
I am a newbie
You are doing something
Sketch
I've changed this script to
Looks great but getting an error on 2.6.0
For GIMP 2.6, change
(let* ( (layerCopy) (layerGrey (car (gimp-drawable-is-gray theLayer))) )
to(let* ( (layerCopy 0) (layerGrey (car (gimp-drawable-is-gray theLayer))) )
change how or where?
Pages