You are here

filter

Some scripts fixed for 2.7 and 2.8

Here are some scripts from my scripts directory, which happened to be fixed for 2.8, either because I needed them or out of curiosity. They may be backward incompatible with 2.6. If I did the work before the authors, they can receive their good back here. I updated this package on 2012/09/09, adding some other great scripts I use daily.

Several effects photo (All-in-one)

Update 24/09/2012

English :

This script is a gathering of several of littles scripts that I wrote.

Effects in this scripts are : Pinhole camera (Stenope), Sepia, Vintage, Orton, "pseudo-HDR", Infra-red and some others...

In the PDF file, you can see examples. This document is not yet translate in English (sorry, but my English is so poor...).

Adaptive Threshold Edge Detect

An alternative edge detector based on the implementation in the OpenIllusionist project.

The original algorithm requires scaling down of the entire image area to be processed and it would have to be completely re-written to work with GIMP tiles. Since this plugin is a simple adaptation of the original algorithm it does not make use of tiles and therefore it needs to allocate a lot of memory to work. So please be aware that it may have problems if you attempt to use it on an extremely large image!

Clear paper to "white" for a scanned pictures

This simple script helps to clear "gray" paper-background for a scanned documents (pictures) to a white color. It is used by myself to clear lot of files. In batch mode, processed files must have extension JPG and changed versions will be saved to the same place, replacing original. Tested on Win32 GIMP v2.6, but i think will work with other 2.x too.

p.s. the main idea of the script is described on the this page (russian only, sorry).

script-fu 'parametric curves'

This script is used to draw user defined or library parametric curves.
A simple java like math language is used to define curves or families of curves in GIMP layers. These can be exported to animated GIF's, SVG path, or included in GIMP images.

Documentation :
http://www.echolaliste.com/gimp
Gallery :
http://www.echolaliste.com/gimp/gallery
Download :
http://www.echolaliste.com/gimp/ParamCurves.scm

Info and questions:
echolalie@echolalie.com

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:

Manual Lens filter

This plug-in changes color balance to imitate images taken with Manual / Classic lenses but without any effect of degradation similar to images made with toy lenses.

See samples:
Original:

After Manual Lens filter:

Now script-fu version available:
No need for python installation.
Copy the .scm file to:

Descreen

Descreen is a script that does descreening using the FFT Fourier plugin ( http://registry.gimp.org/node/19596 )

This script does descreening without blurring the image.

It can descreen the following picture :

And gives the following picture :

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

Pages

Subscribe to RSS - filter