Python

GIMP scripting in Python.

Plug-in: ArrowsCreator-0.1-en.py

Another thin arrow GIMP Python plug-in called 'ArrowsCreator-0.1'.

It's characteristics are:  read more »

GIMP Book

GIMP Book is a script for managing multiple pages in the GIMP, it's great for creating comic books, illustrated books, sketch books or similar. It opens a separete window with thumbnails of all your pages, where you can add, delete, sort and rename them. Once you're done you can export your book to various formats, for web or print.

IMPORTANT!

This is an early Beta release of GIMP Book, so everything may not work perfectly. Creating a comic book or illustrated book is a lot of work, so make sure you take backups regularly.

   read more »

Add outline to layer

This simple script adds a outline to the selected layer.

path-csv: import/export paths from/to CSV files

For the script-fu/python-fu-challenged but spreadsheet mavens, a little piece of code that lets you export/import paths from your favorite spreadsheet programs, when the path you want to create can be computed, for instance to create this:

Available in my collection of path-related scripts. Please RTFM, there are some quirks.

Export Layers as PDF

I'm tired of building a PDF from layers manually so I finally got around to scripting it. This requires "convert" from ImageMagick to be installed. It has been tested on Linux(Ubuntu).

MD modeller

This program is designed to demonstrate clothes modeling process using the same basic model and set of details. it was created for demonstration purposes.
It is intended for a cloth designer who can select the details from the set and get the image of the blouse.
It demonstrates how the different details can be combined and how the result would look like.

This is Python script which should be started from the Python-fu console of the GIMP and has a graphical interface written on Qt.
it is intended for Linux and tested on
openSUSE 11.4, gimp 2.6.11, Python 2.7, Qt 4.7.1  read more »

Print layer

What can make the plug-in "print layers":

Print all the layer at one time.
Print all layer in PDF format.
Use "print layer" to easily create PDF files with GIMP.

With this script is easy to create PDF file with GIMP.
Install and set as the default printer PDFCreator to save all layers on a single or multiple PDF file.

Tutorial: xoomer.alice.it/lwcon/gimp/python/print-layer.htm  read more »

Cubemap Layers Generator

GIMP DDS plug-in needed to save to cubemap DDS format:
http://code.google.com/p/gimp-dds/

This script will automatically create, crop, reposition and rename all layers needed to save a cubemap with the GIMP DDS plug-in from a regular skybox image of choice.

How to use

Create a new file in the GIMP (just about any parameters will do). You'll find the script under Filters > Generic. Everything else is pretty straight forward from there.

Changes

* v0.2 : Added support for Horizontal strip, Horizontal Cross and Vertical Cross.  read more »

Luminance tools

This script contains a few simple tools related to luminance.

It installs three separate scripts under Filters/Luminance. These are:

Extract - this extracts a layer's luminance to a separate layer, and leaves only the chroma information to the other layer. You can get the original layer back by merging the layers.

Remove - this removes luminance information from a layer, ie. sets the luminance to 50% on the whole layer. Basically it makes the layer into a chroma layer.  read more »

Luminosity Masks

Tony Kuyper describes a great way to manage tones in Photoshop that he calls "Luminosity Masks." See http://goodlight.us/writing/luminositymasks/luminositymasks-1.html for his thorough description of how they work and what they can do. I have implemented and extended them in this Gimp plugin.

Installation:
Put gimp-luminosity-mask.py in your Gimp plugins directory. Usually this is ~/.gimp-2.x/plug-ins. Restart Gimp.

Usage:  read more »

Syndicate content