If you'd like to upload plug-ins, please create an account below. Otherwise (e.g. for download or commenting) you do not need one! Enjoy :-)
Based on the set edge, pixel ammount, color and brightness, this script-fu generates a layer that looks techno.
Here is an example of what it makes...
You can find it when you create the image window...
Script-Fu -> Render -> Tech
(Note: This is my first Script-Fu)
Watermarks a bunch of photos with the watermark file specified. Files are output to the ./WM subdirectory in the format specified.
The watermark is applied with a difference mode overlay in the bottom right corner. Let me know if something should be parameterized.
Scale and move the layer to cover the canvas. Just another "shortcut" script for a commonly used action...
Palettes Menu -> Palette to Image
Take the active (selected) palette and create an image containing the colors and their names. Requires python.
Options:
- Font: pick the font for the name listing
- Size: size of each color
Tested with 2.6 and linux, but should work cross-platform.
TODO: it's hardcoded to a minimum of 200px wide - I should change that to something more reasonable. Some nice additions would be bg and text color selectors, and possibly some layout options (spacing, columns, etc.)
Have fun ;)
FX-Foundry/Color/Separate Luminance...
Creates two new layers: one containing the Luminance, and the other the Chroma information in the form of a Grain Merge. Optionally, it will color-enhance (maximize saturation in) the Chroma layer while still keeping it luminance-neutral.
This allows you to do noise-reduction and sharpening on the two layers separately.
Update (23-Jul-2009):
Noticed that highly-saturated colors exceed the ability of the grain-extract/grain-merge to handle without clipping the color, so I have made the excess color get folded into the luminance layer. read more »
Gutenprint plugin for windows.
Gutenprint - enhanced print plug-in for the GIMP image editor.
Add simple "Rule of Thirds" guides in GIMP.
This plug-in is so simple, it might also be useful as a python-fu template.
Generates watermark by bump mapping the selected layer with the specified input text. Uses the bump mapping technique found here: http://www.gimp.org/tutorials/The_Basics/
This is rather old stuff, I was looking for an easy way to create html templates in an easy but open source kind of way. It is a perl-fu plugin for Gimp which allows you to draw your template as a multi-layered image, then automatically export it to html + individual png files. It was originally written for Gimp v.1, but it seems to work fine with Gimp v.2
# AUTHOR: Michael K. Nacos
# LICENSE: GPL (http://www.gnu.org/licenses/gpl.html)
# DESCRIPTION: perl-fu plugin for gimp which converts a multi-layered
# image to an html template + corresponding png images read more »