You are here

layer

Stars in the sky

This script-fu makes a sky with millions sparkling stars in a new layer. The layer's dimensions, the star's spikes' length and the flare intensity can be changed. The script is based on this tutorial.
This script is useful for create Space Art images, because the stars are convincing.
Good creating !

Spirograph Curves

This is a simple python script, which creates spirograph type curves. There are endless varieties which can be generated. There is a page on my site with some documentation:

http://www.andyshelley.co.uk/gimpfarris/index.php

Shadow Glow

This is a simple script to invert the brightness of only the dark sections of a picture, without changing the colour. You can change the threshold for the script, so that it creates a brighter picture, or one that isn't as bright. The effect is applied on a separate layer above the active one, so you can delete it or apply a layer mask to it if you want.

BeforeAfter

Initial image

Automaticly copies the image and insert this. The script creates a Layer-Mask and makes a part of the insert layer invisible.
It's great to have a part of the original image on the top, because than you have a very well comparision.

If you have any suggestions for improvement contact me.

Please notice: It's only version 1.0.0, so I hope it will be better in near future!

I hope this example conform your requests:

Extend Layer To Image Size

The script adds an "Extend to Image Size" command under the Layer Menu which will scale the (visible portion) of the active layer so that it has the same dimensions as the image canvas.

http://www.freeimagehosting.net/uploads/8d272dbad9.png

If there is a selection when the script is run, the selected region will be "protected" from scaling and only the (visible) regions of the layer residing outside the selection get scaled.

Colour-match Win32 binary

Windows binary for this new plugin by Arel Welgan.

Source has been fixed for Windows compilation by Samj. Plugin no longer crashes under Windows.

Please note that all comments below, prior to Nov 28 2009 are related to another build not to this
that seems working well with RGB and RGBA images

Extract colour-match.exe from the ZIP archive and copy it to your c:\Documents and Settings\[user name]\.gimp-2.6\plug-ins\

(As Windows compilation by Samj was perfect, I kept it in the archive. Mine was several bytes larger...)

Colour Match

Easily map colours from a source colour to a target colour. Very effective for matching skin tones across images or between people.

Relatively quick (but not earth shattering). It doesn't work with grayscale or indexed images. Has preview, works with selections and layers, etc. Very, easy to use, and quite useful for portraits or recolouring graphics.

Difference Layer Script

This script generates two difference layers from the two layers on the top, A is the original image layer, B the modified (e.g. sharpened) one on top:
A - B = C
B - A = D
A - C + D = B

It's similar to GIMP's built-in Grain Extract/Merge function, but the tonal range is bigger.
Now you can apply further editing and "switch on/off" the differnce by switching the visibility of the subtractive and the additive layer. Also you can change the modification intensity by changing the opacity of these two layers.

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.

Export Layers as PNG

File->Export Layers->as PNG

Prompts for a folder to save PNG files. Pretty straightforward. *Requires* python!

Should work with 2.4.x through 2.8.x. Will NOT work with some 2.7.x versions and the 2.8 RC1! 2.7 users should move on to current git and 2.8 RC users should upgrade to current 2.8.

Updates:
- toggle to flatten (remove transparency).
- toggle to save only visible layers
- now saves as filename + layername and special characters are removed
- toggle to remove layer offsets
- toggle to zealous crop each PNG before saving

Pages

Subscribe to RSS - layer