This script turns a photo into an image that looks like a sketch. Clicking on the photos below will take you to larger versions.
Before:
After:
Changed the location of the script to be under "Script Fu / Artistic / Quick Sketch"
| Attachment | Size |
|---|---|
| quick-sketch.scm | 3.25 KB |
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
How to run it
Got It!
Cant find script.
FYI
I realize this is an old post, but in case someone else has this problem of loading/finding this script *in the future* (or numerous other scripts, for that matter) first check and see if you have it loaded under FX-Foundry on your GIMP menu. It should be listed under the same Artistic menu.
You can check by going to (Help - Plug-in Browser) on the GIMP menu and checking there.
I am a newbie
You are doing something
Sketch
Ooh...
How?
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))) )Um...
(layerCopy theImage)
What OS are you using? I am
What OS are you using? I am using 2.6.11 on Windows. I tested this with several images open, it only gets applied to the image that is current active.
change how or where?
open the
I want this but dont know how to get it......
register on the site and you
Registration is optional.
Great Plugin
Quick Sketch
"how add things to gimp"
The Quick Sketch Plug-in
The Quick Sketch Plug-in
If you open your Preferences
Quick Sketch.