| Attachment | Size |
|---|---|
| 8.71 KB | |
| 8.87 KB |
This script simulates a high quality (portrait) photo like these from the National Geographic.
Copy it into the scripts folder from GIMP, you will find it then under Filters -> Generic -> National Geographic.
Thanks to Martin Egger for the shadow revovery and the sharpen script, which I included in the script.
Examples:
http://www.flickr.com/photos/28653536@N07/2885742736/
http://www.flickr.com/photos/28653536@N07/2879128071/
Update1: Added local contrast option.
Update2: Optional inverted layer mask for brighter skin types.
Update3: Added a batch version of this script, run it with
gimp -i -b '(elsamuko-national-geographic-batch "picture.jpg" 60 1 60 25 0.4 1 0)' -b '(gimp-quit 0)'
or for more than one picture
gimp -i -b '(elsamuko-national-geographic-batch "*.jpg" 60 1 60 25 0.4 1 0)' -b '(gimp-quit 0)'
Be careful, the batch script overwrites the original image. More info here:
http://www.gimp.org/tutorials/Basic_Batch/
Update4: Fix for the batch script, it merges now all layers before saving.
Update5: Extensive internal fixes. Better defaults. And all edits are executed on extra layers.
Update6: Batch script also updated.
Update7: Two tinting options, red and blue.
For all scripts together, go here:
http://sites.google.com/site/elsamuko/gimp
Comments
checked
Ok I just checked and it's only in the scripts folder and I am using Mac OS X snow leopard?
Console
Maybe your GIMP installation is defective, you can check this so:
Open GIMP.
Go to Filters -> Script-Fu -> Console
Enter this:
(cadr '(1 2 3))
The result should be 2.
If GIMP complains about this, you should reinstall it.
(cadr ) (an abbreviation of
(cadr ...) (an abbreviation of (car (cdr ...)); used to get the first element of the rest of the list, in general the second element) is defined in the script-fu.init file in the global script directory. So if cadr is not defined, then it looks like this file is not read. Does anything else that's contained there - e.g. caddr - not work, either?
No luck
I typed in the cadr command and it came up with:
Error: eval: unbound variable: cadr
Which means that something is defective. I uninstalled it and reinstalled the whole thing, and its still coming up with the same issue. Schumaml, I'm not sure what you meant by the cadr (I am a bit lost when it comes to cadr and such haha) so is there a way to define 'cadr' or is there no hope?
Sorry to be a pain guys, but thanks for all the help.
Where did the color go!
Used NG-filter on MacOS Snowleopard. Good sharpness but were did the colors go? A red barn became black.
Maybee the solution could be to before NG-filter make a new layer with realy fat colors and opacity say 25% . And the apply NG-Filter
Using elsamuko-national-geographic.scm on command line
Done
Unable to add new plugins & scripts
Unable to get plugin into Gimp 2.4.7 on Mac
Sure, I'm not the best guy
Pages