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 :-)
This script is meant to cut an image is smaller pieces and save these images automatically based on the size and names of specific layers, images to be used in web layouts.
Other options I found are based on guidelines. This approach has 2 drawbacks for me : read more »
This script creates a new image with a window useful for web design.
To install this script, copy it to your scripts folder, then restart Gimp. If you don't know where your scripts folder is, then go to Edit > Preferences > Folders > Scripts.
To run this script, select File > Create > Website Window.
Feedback is appreciated, and I will consider any changes that you request.
A Python plugin that exports a GIMP image as a Shockwave Flash file or the layers of an GIMP image as a Shockwave Flash animation. The package "swftools" is required.
Presented by area42 - Agentur & Systempartner
Download, screenshot and more information at
Creating XHTML source and cascading stylesheet from any Layer of the image. Supported features:
Presented by area42 - Agentur & Systempartner
Download, screenshot and more information at read more »
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 »
This plug-in changes colors in an image based on the HSV difference between two colors. This is particularly useful for applying color themes to existing images.
It avoids burning out high saturation and value at the expense of compression them somewhat when the difference goes towards higher saturation and value.
Current bugs/missing features include:
Undo does not work.
It can't be used on indexed images, even though it would frequently have enough colors. read more »
btn4ws generates a series of buttons for use on websites. The plugin generates the buttons for 3 different states (active, inactive, pressed) and can apply different effects (supernova, patterns, shadows) onto the buttons. btn4ws can also create valid XHTML, CSS and JavaScript output for using the buttons. btn4ws is a python based plugin for GIMP 2.x (tested with GIMP 2.4.3) read more »