Rss Feed Tweeter button Delicious button Digg button Stumbleupon button

Category: Python-Fu

Gimp Python-Fu Plug-ins (python)

GIMP Layer Effects

This package provides a series of scripts that implement various layer effects, which include Drop Shadow,  Inner Shadow, Outer Glow, Inner Glow, Bevel and Emboss, Satin, Color Overlay, Gradient Overlay, Pattern Overlay & Stroke.

You can choose between the Script-Fu (scheme) or Python-Fu (python) implementations of the package. The python version is more robust and feature rich.

Tagged: , , , ,

Neon Path

A quickie to transform any path into a neon sign, and more generally to draw a gradient across a path:

Define path. For text: use “stroke” fonts, and “path from text” in the text tool. Define current gradient, left color as darkest color, right color as lightest.  Plugin will create layer with neon rendering of path If a “Glow value is used, a second layer is generated with a blurred image.

(more…)

Tagged: , , ,

Glossy Stroke 3D

This plug-in will stroke the current selection, create a 3D effect and a  drop shadow.

The plug-in has user selectable effect colors, stroke type,  shadow settings, as well as 3D  and lighting effect adjustments. The plug-in leaves all raw layers intact, allowing for maximum flexibility,

(more…)

Tagged: , , , , ,

Render Texture

This script automates creating simple textures, using solid noise/emboss. Easily create paper-like textures or more coarse gravel-like ones. The texture appears on it’s own layer. You can adjust opacity, layer mode, and various other settings beforehand, and you can also see a preview of how it will look.

(more…)

Tagged: , , ,

Selection Bevel

This script creates a bevel in the shape of the selection. The bevel is created on it’s own layer. You can adjust various things, like width, azimuth (light angle).

(more…)

Tagged: , ,

Photo Mosaic

Creates a photo mosaic of a given image.

(more…)

Tagged: , , ,

Path Waves

Renders a path along sine, square and triangle waves. Allows asymmetrical waves and supports the rendering of two distinct paths.

As usual, it requires Python support, and appears in the right click menus on paths in the Paths dialog (“Decorate/Periodic wave/”)

(more…)

Tagged: , , ,