You are here

Wavelet decompose

This plugin losslessly decomposes a layer of an image into layers of wavelet scales. This means that you can edit the image on different detail scales (frequencies). The trivial recomposition of the image can be done by GIMP's layer modes so you can see the results of your modifications instantly. Among the applications are retouching, noise reduction, and enhancing global contrast.

Find and Replace Text

Find and Replace Text on all text layers.

Find: text to search for
Replace: text to replace with
Replace All: replace every match [YES/no]
Case Sensitive: match case [YES/no]

The plug-in is found at Edit->Find & ReplaceText...

Tested on Ubuntu 8.10, GIMP 2.7 (SVN).

Could use some further testing, esp. on other platforms.
Matching is done using Python's re.sub function - so special character should work (\n, *, +, etc.).

TODO:

Noise generator

This filter generates noise in an image. Available noise types are

  • Poisson noise
  • Gaussian noise
  • Uniform noise
  • Laplace noise
  • Lorentz noise
  • It is possible to generate (YCbCr) luminance noise only and to apply a gamma correction.

    General description

    This filter noisifies an image with different types of noise. For each noise type it's specific values can be set. These are

Sculptie

(define (script-fu-exp-sculptie inImage inDrawable inFilename)
(define (putv x y z f)
(let* ((buf (string-append "v "
(number->string x) " "
(number->string y) " "
(number->string z) "\n")))
(puts buf f)
)
)
(define (v-num-str row col width) (number->string (+ (* row width) col 1)))
(define (decode x) (if (>= x 0) x (+ 256 x)))
(let*
(

HQ_Rescale (Hight Quality Rescale)

###################################################################
EDIT 22/10/2009
A NEW REFINED VERSION is now available HERE
http://www.registry.gimp.org/node/19582#comment-5751
The zip there contain the windows version the others package the code and linux binary

Thank to N. Robidoux and Adam Turcotte (and to "Sylvie" for the windows binary)
###################################################################
##################################################################

Twist 2.0 ... and Binaries for Microsoft Windows

This is the Twist 2.0 image distortion plug-in written by Peter Uray.

DustCleaner

DustCleaner is a GIMP plug-in to automatically detect and remove the dust spots in digital images. It was registered under the menu of filter->noise.

Up-to-date binaries and source code can be found here:
https://sourceforge.net/projects/dustcleaner/
Demo can be found here:
http://picasaweb.google.com/franktao.cn/DustCleanerBeta#

EvenTone

This plugin evens the tone of an image. It useful in photography for correcting weird light, and can hide skin blemishes.

The layers are not merged to allow opacity adjustments after the filter has been run.

Usually for a photograph, you'll want to use either the sharpen layer, or the "Soft Light" layer. Using both can make colors look too saturated, and has a posterizing effect.

For extra sharpness, change the sharpen layer mode to grain merge, but be ready to lessen the opacity, as the effect is quite striking.

Wavelet denoise 0.3.1 Windows binary

This is a working Windows binary of the latest 0.3.1 excellent wavelet denoise plugin by Marcor.

2009/12/26 New compilation of same sources. French localization added.

Locale dir fixed this way: LOCALEDIR = /PROGRA~1/GIMP-2.0/share/locale

Which means (any drive)/Program Files (or Programmi, and so on...)/GIMP-2.0/share/locale for your language files.

The archive contains two directories:

Noise Generator 0.2.5 Windows 32 binary

A Windows 32 version of noise-generator-0.2.5, another great plugin by Marcor.
Without console window (compiled with LDFLAGS=-mwindows).

Pages