You are here

Debanding

Reduces high ISO banding, blue haze and somewhat chroma noise. Intended for images produced by Olympus gear on higher ISO settings, could be useful on images from other companies. It's fast, but alters colors, lightning of the scene in a dodge-burn fashion. New version adds Gaussian blur on Y, Cr & Cb channels, which can be used separately.

When saving script please remove ending '.txt' extension, and make sure script is marked as executable.

Identify Image Objects

Gino D's GIMP Scripts:
https://sites.google.com/site/ginodonig/gimp-scripts
_

This script is a small utility designed to adapt the name of each object (layer, channel or path) inside an open image by replacing or extending it with a string containing mainly the object's ID, that is the unique integer number whereby the same object is identified within a GIMP session.

Cross Processing (Xpro)

 

Cross Processing Images in the Gimp

This script adds a cross processing effect to an image following the procedure developed by Jesús David and documented on his blog: http://www.jesusda.com/blog/index.php?id=375

More details on the script can be found at http://www.cardinalpeak.com/blog/?p=732

Example of image before cross processing:

Cross-Process (Python version with options)

OK - so I saw this plugin today:
Cross Processing (Xpro) http://registry.gimp.org/node/25007
Which is based on this excellent tutorial by jEsuSdA: http://www.jesusda.com/blog/index.php?id=375

After running through the tutorial, I decided to write another version of the plug-in with a few options.

This plug-in requires Python. If you have the 'Filters->Python-Fu->Console' menu item you are all set. If not, install Python support for GIMP.
The plugin can be found under Filters>Artistic>Cross-Process. Don't forget to make the plugin executable.

Options:

Time-lapse v0.1

Combine more time-lapse images in more layers into one image via mask. Support variable width of dithering and reverse order. All layers should have same size.
Script can be found in /Filters/Combine
Found bug? Have suggestion? Contact me:)

Isometric Tile and Template

This script-fu creates an isometric tile in your patterns and a template from it.

You can find ""00 - Isometric Tile and Template"" in File>Create>Patterns or in Filters>2D Isometric-Fu>

example:

Isometric Floor

This script-fu turns a "flat" image into isometric image. This helps to draw floors. It can also scale image with few options (ratio, a second layer with interpolation and opacity)...

You can find "02 - Isometric Floor" in Filters>2D Isometric-Fu>

example:

Why is there "a second layer with interpolation and opacity" for scaling?
There is always a first layer without interpolation to try to keep the grain texture. This is practical for stone for example. The opacity of this layer is always 100%.

Command line and batch pencil line drawing from photo image

This is a modified version of the script at http://registry.gimp.org/node/22018 which allows you to run it from the command line, automatically merging the layers and saving to the same filename. I also created a simple batch wrapper around this, based on the code at http://www.gimp.org/tutorials/Basic_Batch/ and sliced and diced it appropriately.


[Taken from the original script page, hope they don't mind!]

Isometric Wall

This script-fu skews an image in order to help to draw walls for isometric projection. It can also scale image with few options (ratio, a second layer with interpolation and opacity)...

For further explanation, see also http://registry.gimp.org/node/25040

You can find "02 - Isometric Wall" in Filters>2D Isometric-Fu>

example:

Brick Wall

Since the previous script is for an isometric wall, the obvious choice for the next script would be one to automatically generate a wall. I'd written one previously, but this seems as good a time as any to post it!

Pages