You are here

Export as SVG

I have modified 'Export Layers as PNG' script of Chris Mohler to generate a svg file beside exporting pngs. It can also create Inkscape layers.

For installation and other tips please look at 'Export Layers as PNG' page: http://registry.gimp.org/node/18440

Load images for HDR blending

Load 3 or 5 images of an exposure series into GIMP for HDR blending.

This is a helper script aimed at automating the loading procedure of the GIMP HDR Workflow described at http://www.instructables.com/id/HDR-photos-with-the-GIMP/.

 

Here's a quick overview of the HDR workflow:

Black-and-White Film

A simple script that desaturates the image the way different black and white films would. The script is based on information from http://www.prime-junta.net/pont/How_to/100_Curves_and_Films/_Curves_and_....

Updated: ver 1.1 - replaced "Flatten Image" option with the more logical "Work on Copy".

Charcoal

 

Script-Fu Charcoal v1.0 Tested with Gimp 2.6

A Gimp script which turns a photograph into a black and white image which can look quite like a charcoal drawing. Works with RGB, Indexed and Greyscale images.

Results can be variable and are dictated by the tonal values of the photo used. Although small adjustments can cause quite large differences, the default settings should provide a reasonable starting point but do be prepared to experiment.

Galaxy

This is an attempt to automate making a galaxy via GIMP. I'd seen a few excellent tutorials, but none that could be easily automated. One of the resulting pictures is attached to this page.

The galaxy can have any number of arms, and they can have varying degrees of curvature. Very high degrees of curvature will result in an elliptical galaxy rather than a spiral. Stars can be added, and the galaxy can be set to have any perspective or color.

Mark Number Circles

Introduction

This is a script for The GIMP, a image manipulation program. Basically it consists in drawing circles with sequencial numbers inside, so some can "label" parts of a image to reference in another document.

Installing

To install it, just move the script to your local scripts directory, in Unix systems it is located at ~/.gimp-2.x/scripts. I don't know about Windows.

Offset

This script-fu allows to shift tiles/bricks/blocks one row or column out of two. It will help to draw brick walls, etc...

You can find "00 - Offset by froGgy" in Filters>2D Isometric-Fu>

I know this is not isometry, but I want to gather together in the same directory all the little script-fu that can help draw walls, floors, roofs etc...before their transformation into isometry.

example:

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

Charcoal Layer FX

Script-Fu Charcoal-Layer-FX v1.0 by Micomicon March 2011

A Gimp script which takes the effect from my Charcoal script and adds it as a layer or layers. NB. Does not require charcoal.scm to be installed.

Opening the Layers Dialog and scrolling through the layer modes afterwards can produce some interesting results akin to adding a watercolour wash, the strength of which can be varied by adjusting the opacity slider.

Thanks to mahvin for this change of direction.

To install (Linux):
Download and move the script file charcoal-layer-FX.scm to /yourhome/.gimp-2.x/scripts.

Sprite tape & de-tape

Based on sprite tape - 0.3, these two scripts are complementary.

sprite-tape converts multiple "frames" (think animation frames) one per layer to an image of an array of "frames" in a single layer with a specified gutter between frames. sprite_tape-0.4 differs from 0.3 in the way that the gutter between frames is created.

Pages