You are here

Diamond Grid

This is yet another in a series of "grid" scripts. I tried to shoe-horn this one into the circular grid script (found here: http://registry.gimp.org/node/25206), but there were too many other variables that were specific to the diamonds. It also gave me a chance to do a bit of code clean-up.

Save all Layers as seperate bmp using a specified palette

This I made for people creating sprite animationes. It can reduce the size for all images to 8 bit indexed without mixing up colors that should stay she same, like backgound colors that are supposed to become a transparent color.
It is my first GIMP script anyway and is a modified version of the sg-save-all-layers script.
It just saves a stack of layers as .bmp files with a palette of your choice in the specified directionary.

Create a palette___________________________________________

Harry's denoising 1.08

Script to apply smart denoising to a picture, using Wavelet Denoise, Film Degrain, G'mic's Anisotropic smoothing or Patch-based smoothing, or even "L" channel blurring. Its main aim is to detect where blurring is really needed, so that to preserve most of small details.
If you use Wavelet Denoise, Film Degrain or G'mic, you need to install these plugins first.
For Wavelet denoise : http://registry.gimp.org/node/4235
For Film Degrain : http://registry.gimp.org/node/25432
For G'mic : http://gmic.sourceforge.net/gimp.shtml

Before :

batch-scale-level-sharpen

This Script-Fu Script goes through all picture files in a directory and make 4 common operations on them;
- Scales to a ratio defined in the script startup
- Levels Use Auto Level on the picture (if the user selects this)
- Sharpen Uee 40 % sharping (if the user selects this)
- Sharpen with unsharp mask (if the user selects this)
- Creates and store away a copy of the file with an added (user defined) suffix)

Known improvement I would like to do ::

Active Path Stroke

Strokes the current active path with the currently selected brush.

How to test:
* Create a new image.
* Draw with the path tool
* Go to Filters -> Vanca -> ActivePathStrokeDelete

It is recommended that you set a shortcut to this script.

-- NOTES and Limitations --

* The script can not scale the brush
(actually, a problem with Gimp, since it does not - for the moment -
allow scripts to access the brush scaling)

* The path is deleted afterwards
(the purpose of the script is to provide a quick stroke)

StampifyG2

This script is used to create a stamp style border around a picture.
I've just updated the script to have it working with Gimp version 2.4+

Muted Colors

This is my first script-fu plugin. It is an adaptation of 3 different methods for muting the colors in an image.  

1. A simple copy of the existing layer, desaturating it with luminosity, and setting opacity over the original.

2. One of my methods for producing similar results as described by the originator (Flickr user Tennessee_Gator):

http://www.flickr.com/groups/photoshopsupport/discuss/72157594475266866/

Some scripts fixed for 2.7 and 2.8

Here are some scripts from my scripts directory, which happened to be fixed for 2.8, either because I needed them or out of curiosity. They may be backward incompatible with 2.6. If I did the work before the authors, they can receive their good back here. I updated this package on 2012/09/09, adding some other great scripts I use daily.

2 Strip Technicolor

This is a script-fu of the process as described by gimpforphotos.com at: gimpforphotos.com two strip technicolor

I didn't create the process, I just wrote the script that does everything described in the tutorial!

More info on the process here: http://en.wikipedia.org/wiki/Technicolor#Two-color_Technicolor

When installed, this should show up under 

Expired Polaroid 600 Print Emulation

So, I've been playing a bit more lately with emulating the effects produced when shooting on some 5 year old Polaroid 600 instant film. I took some shots the other day with it, and it produced these really neat areas of the film where no developer had reached, leaving this strange and interesting splotches of un-developed print behind.

I thought it might be fun to emulate in GIMP, and even better to reproduce the effects with a little script-fu (for practice).

So, here it is:

Pages