any

This tag should only be used if the script or plug-in is not specific to one GIMP version at all. This is most likely never the right tag to use.

Steganography

Steganography tool to hide/retrieve text or an image in an image.
Once data is hidden in an image, one can't tell the morphed image from a bunch of others (even similar looking).

Open any image and run Filters>Steganography>Hide to specify an input text file or image[lossless]. This will hide the data within the opened image. You can then save the image as a png/bmp/lossless format.

To retrieve the hidden data, open the image within hidden data. run Filters>Steganography>Unhide and specify the directory to save the retrieved data[output.extension].

Sprite Sheet Toolkit

Exports multiple animation frame layers into a single spritesheet.
Imports the spritesheet image, cutting it into multiple animation frame layers.
Switches back and forward between animation frame layers (hiding the others).
Based on SpriteSheet ( http://registry.gimp.org/node/20943 ) by brian.schultheiss.

1) To install, copy SpriteSheetToolkit.scm to {GIMP-HOME}\share\gimp\2.0\scripts\
2) Either close Gimp and re-open, or simply select menu: Filters > Script-Fu > Refresh Scripts
3) Import your spritesheet via Filters > Sprite-Sheet > Load Spritesheet...  read more »

Selective Color Blurring

The plugin selectively blurs the color information (both hue and saturation) in image. There are two basic scenarios / reasons to use this: When saturating poorly saturated images and denoising noisy images. The plugin blurs selectively, and can even "sharpen" transitions between two colors.

The plugin have thee basic outputs - blur color on image, creating mask with fixed brightness (use hue mode for the layer afterwards) and Subordinate brightness blurring (see wiki link for explanation).

Location in gimp: FILTERS -> BLUR -> COLOR SELECTIVE BLUR  read more »

Clairs & Obscurs

Clairs & Obscurs is a French fork of Shadows and Hightlights.

The values of correction are set to 0 by defalut instead of 50, letting you adjust them later once the twi layers are made.

 

Create Gradient from Image application

I created a simple program in WINAPI to generate gradients of the downloaded jpg image files. The principle is simple, if an image is loaded, you can press the left mouse button in a fixed area image window, drag and release in the second section and the program automatically creates a preview of a gradient consisting of a number of segments displayed in the control at the top of the window. By pressing the button with the hand goes to manual mode, where you can add or subtract points on the path drawn by double clicking the left mouse button near a path.  read more »

GAP Append Frames

This program allows you to append frames to another set of frames. It does this by renaming files "up" so their numbers are listed ahead of the first set of frames. What makes this different from "Renumber frames" is the ability to change the text before the frame numbers.

This isn't technically a plugin, but I feel it should be.

INSTRUCTIONS:

Let's say you have MyMovie_000001.xcf through MyMovie_000500.xcf that you need to append to an identical set of files.

Move the executable into the directory where you want to append *from*.  read more »

Rainbow tonemapping

This plugin creates fancy/colorfull/surrealistic images from photos.

Visit http://code.google.com/p/rainbow-tonemapping/wiki/Introduction for a bit more theory and examples

Export gradient from svg file to ggr

This simple program pulls definitions gradients created in a file. Svg Inkscape and converts them into files gimp gradients GGR. You can just drag the icon svg file an application, which will export the gradients to the files in the program folder, or run the application by clicking on it twice, and acting in accordance with the instructions.  read more »

Random gradient generator

Simple console program made by me to automatic generate random gradient in ggr format. Someday I wonted to do this tutorial here: http://www.eyesontutorials.com/articles/5276/1/Photorealistic-Vinyl-Desi... and I could not do it because GIMP does not have a generator of random gradients. Because I know how to programing I decided to write a console program that generates a random gradient for me.
The program is described in Polish and English, and the instructions contained therein is hopefully simple enough that anyone will be able to use this program.

Export Layers

A script to save the layers of an image as separate files in a specified directory. Allows the user to specify the structure of the exported filenames (exported file type is determined by extension).

Syndicate content