GPLv3+

GNU GPL version 3 or any later version, see http://www.fsf.org/licensing/licenses/gpl.html

Polar Monitor Bitmap (.pmb) load/save handler

The Polar Monitor Bitmap is a simple text-based 1-bit image file format. It is used for uploading logos to Polar watches (http://www.polar.fi/) using e.g. the Polar UpLink Tool or the Polar ProTrainer software.

Build and install:
$ gimptool-2.0 --install file-pmb.c

Erosion Sharpen Script

This script sharpens an image with the built-in GIMP plugins erode and dilate.
These two plugins infiltrate the image with the lowest/highest pixel of the closer environment, but never higher or lower.
http://docs.gimp.org/en/plug-in-dilate.html
http://docs.gimp.org/en/plug-in-erode.html  read more »

YUV Temperature Plugin

This plugin changes the color temperature of an image via shifting it in the YUV color space:
http://en.wikipedia.org/wiki/YUV

Compile and install it with:
$ CC="g++ -O2" gimptool-2.0 --install elsamuko-temperature.c  read more »

Ebook Plugins

 

This is a set of two plug-ins: one creates a new template file, the other combines that template to create a '3D view' of your ebook cover.

These plug-ins require Python! If you have the menu item 'Filters->Python-Fu->Console' then you are ready to install these. If not - search the forums or the web on how to add Python support to your version of GIMP.  read more »

Post Rotate Crop

The attached zip file now includes a Python version of the Post Rotate Crop script. This runs very much faster than the Script-Fu version (which is also included in the zip file for those who don't have Python installed).

Whilst originally intended to be used following a rotation the script can also be used following
other transformations, such as perspective, scale and shear. The transparent areas added to the
image by the transformation are removed to leave an opaque rectangle.

The script provides options that determine how the resulting rectangle should be maximized.  read more »

Android Icon

Applies Android menu icon style to image.

Requires Layer Effects plugin to work. In fact, this plugin just applies a series of layer effects with preset settings to image to achieve Android menu icon look. The plugin includes a batch mode, which can be used from command line like this:

gimp -i --batch-interpreter=python-fu-eval -b 'pdb.python_fu_androidicon_batch(None, None, "/path/to/pictures/*.svg", "/path/to/res");pdb.gimp_quit(1)'

Tested with GIMP 2.6  read more »

Fuse layers

This script will join together all the layers of an image into a new image.
Useful for creating sprite sheets.

It will appear under Filters -> Combine -> Fuse layers.

Create Color Wheel

This is a python script that creates a new image of a color wheel on a transparent background. I wrote this script so that I could have an image of a color wheel to use as a color selector inside a C++ program. I wanted a color wheel image that was not copyrighted. This script was inspired by KEMPER BARKHURST. He wrote script-fu-kbColorWheel.scm. I converted his script to python and modified it to remove the lines between each hue.

Example:

demo.png

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:  read more »

Delete "linked" layers

Delete all layers which have the "link" icon selected. Rather an abuse of the link icon, but might come in handy for quick deletion.

Syndicate content