BSD

A typical BSD-ish license, e.g. Apache, X11, and so on.

Pencil-draw subfunction (hatching)

This is a little simple script what helphs to hatching selected area of picture with a pencil-like lines (random noise+moving blur). This script is used in "yet another way" to stylize photo like a drawing. Examples are here,
full description is at http://leoblog.ru/?Proekty:Pesni_pro_grafiku:Make_a_picture_from_photo_%...

video example

http://www.youtube.com/watch?v=X9ciiaVgb_c  read more »

Morphology edges detection

This is another simple script for edges detection. I like like it much more than standart edge detection scripts, because in case of photo processing it gives results more close to real ones.

After installation, script will be at Scripts/Leon/Morphology edges detection

I'm attached here an example: sources picture and results of Sobel and Morphology edge detection. Each edges are processed: colors inverted, Color-Levels-Auto.

morphology:

Sobel:  read more »

JPEG XR plugin

Description

This is a plugin for GIMP on Windows that allows reading and writing of JPEG XR (aka HD Photo) image files. This plugin only runs on Windows XP SP3 or higher since it makes use of the Windows Imaging Component.

Colors and grain

This is a very simple script for method of image processing othen used by myself - splitting picture into a two assembled layers: colors and grain. This gives us a very lot of capabilities of changing picture without making a hard artefacts inside it.

You can read more about the script, with a sample of use here:
http://leoblog.ru/?Proekty:Pesni_pro_grafiku:Skript_dlya_GIMP_avtomatizi...

p.s. i'm also add a second version - for a slow machines; it do same thing, but by the little diffrent way.  read more »

Detail enhancer.

A simple detail enhancing/sharpening filter based on my simple bilateral code. It is essentialy a low precision version of the detail enhancement stage of some local tone mapping algorithms.

In non technical terms this is basically the anti surface blur. It takes a surface blur as a base layer, compares it with the original image and magnifies the differences. It brings out textures and makes skin look pretty horrible.

It will appear under:

Filters->Enhance->Enhance Details...

Windows version provided by Francois_C. Updated.

Simple surface blur/bilateral filter.

A surface blur filter based on a simplified version Porikli's O(1) bilateral filter.

Unfortunately due to the nature of the algorithm memory overheads can be severe. This filter uses a tile based implementation, which limits overheads to about 64mb.

On the plus side it is reasonably fast and scales well with filter radius.

When installed it should appear under filters->blur->simple bilateral

There is a mercurial repository which will be kept up to date with the latest code on my web site. This can be accessed with:

hg clone http://www.spectral3d.co.uk/repo/gimp_plugins  read more »

Texture Atlas Utilities

Utilities to create texture atlases from sets of images, useful in 3D games to avoid excessive state changes.

In addition to the atlas image, a ".tat" file is generated and updated to indicate which component images were incorporated into the atlas image.  read more »

Select Top/Previous/Next/Bottom Layer Only

This script cycles through layers making the active layer the only visible layer (useful for hand-editing simple animations) similar to Layer > Stack > Select Next/Previous Layer.

Motivational Maker

Create a motivational poster from the current image: Enter a caption and some clever text, and you're ready to go!

Options include selecting the font face, size and color. You can also choose not to flatten the final result, if you want to edit the layers for that extra special touch.

The included text file details installation and usage. Feedback welcome!

batch cartoon effect

A simple plugin (my first) to run the cartoon effect on multiple images. It took me a while to write whilst trying to edit a lot of photos (for a short film about geography)

it is available from /Xtns/Misc/Batch cartoon effect
Photobucket

Syndicate content