You are here

GPLv3

Colorize to PNGs

Simple plug-in to colorize the image in all hues (0-360) and save each colorized image in the specified directory.

This plug-in requires the GIMP Python module.

islamic art and geometric design

How to install :
after download islamic-design-1.scm or islamic-design-2.scm file from below copy it to scripts folder:
/home/$USERNAME/.gimp-2.6/scripts
How to use :
start Gimp and create new image and set Brush,color,... then go to : /Filters/Render/islamic-design
set WIDTH and click ok !

Copyright text batch

A batch version of copyright text made by EG

You can call this script in batch mode, after copying it in ~/gimp-2.6/scripts

gimp -b '(VB-Copyright-batch "file-name" "Text-copyright" "Font" color position)' -i -b '(gimp-quit 0)'
Color : 0 - gray
1 - black
2 - white
Position : 0 - Bottom right
1 - Bottom left
2 - Bottom center
3 - Top right
4 - Top left
5 - Top center
6 - Image center

run examples :

gimp -b '(VB-Copyright-batch "img.JPG" "\302\251 - 2010 VB" "Arial" 2 1)' -i -b '(gimp-quit 0)'

Smart Separate Sharpen

Implements a new version of smart sharpening (redux) combined with separate sharpen to give better results. Thanks to Michael Kolodny for working on this.

Tutorial: http://www.gimpguru.org/Tutorials/SmartSharpening2/

Updated to work with Guimp 2.8.

CMY Skin Tone Adjust

[updated 11/28/2011 be 2.7 compatible- A HUGE thank you to François Collard for providing the update.]
Another simple, but I hope useful, color toning automation script designed to assist in adjusting flesh tones in portraits. It doesn't do anything that you couldn't do on your own a few other ways, but if you like fiddling with the complexion of subjects in portraits, and like me, you are a tad lazy, you might find it helpful.

psd2html Plugin

This is a Python plug-in for the GIMP that will extract images and text out of a .psd file (or other layered formats) and create an .html template from it. I don't think this plugin will ever fully replace a human coder, but it should be able to do 50-90% of the work.

This project is hosted on GitHub: https://github.com/SeanHayes/psd2html-gimp-plug-in

Lightning Bolt

This is a script to generate animated lightning bolts, like the one below, with various options.

Lightning

Here is a quick summary of the options for this script:

Image X and Y size: Controls the dimensions of the final image. Recommended dimensions are a really tall image.
Number of frames: Number of frames (layers) in the final image.

Instability: large values make for quick fluctuations and jagged lightning, small values make for gentler curves

Old weathered paper effect

This GIMP script adds an old paper effect to the image. It is based off of the tutorial by RobA at http://forum.cartographersguild.com/showthread.php?533-Tutorial-Creating...

Seperate layers are added so the image can be fine tuned after the script is run.

Interpolation Plugin

This is an interpolation plug-in for the GIMP. It works by doing plane/curve fitting and calculating weighted averages. It takes samples from a grid of pixels from 'known' image areas, trying to fit a plane or a curve to each, and then uses those samples to estimate the 'unknown' image areas.

Upper-left: original image, upper-right: result after interpolation,
lower left: selection (a.k.a. output mask), lower right: input mask

FIL 1.7.2


FIL (Film Imitation Lab) is a powerful script for old photo simulation. FIL has a modular architecture and can use binary extension (plugins).

Current version: v1.7.2 (June 17th 2012).

Features:

Pages

Subscribe to RSS - GPLv3