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 :-)
A couple of Python-Fu filters for making images look like they have been PAL encoded or retrieved from a VHS tape. The plug-ins will scale any image they are fed to 720 x 576 - this is because that's the size PAL images are.
PAL images have non-square pixels - if you want to correct the aspect ratio afterwards you can scale them to 788 x 576.
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 ;)
File->Export Layers->
Prompts for a folder to save PNG files. Pretty straightforward.
Tested in 2.6.1 on linux and 2.6.6 on XP.
OpenRaster is an effort by the Create project[1] to offer a standardized and open interchange format for raster-based applications. MyPaint and Drawpile (SVN version) uses this format by default, and Krita and gegl should be able to use it. Now GIMP can too!
The plug-in is attached. Move to GIMPs plug-in directory to install.
Its a part of the oratools project, which aims to provide useful tools and utilities to facilitate the use of OpenRaster file format. You can find it at http://gitorious.org/oratools
Script to randomly mix cells of a selection. The bounding box of the current selection will be used automatically to eliminate non-rectangular and feathered selection. After specifying the count of columns and rows in the selected region the width and height of the selection will be reduced if necessary (thus ensured the divisibility of the selection). The script will then shuffle the cells inside the selection and return the mixed image on a new layer or in place of the original layer.
This plugin fakes some kind of DRI effect by enchancing the dark parts of a picture and reducing the light parts. After that procedure it enhances the contrast by using the unsharp masking filter.
Because GIMP has no action recorder till now, i wrote this as a simple batch in python ;-).
I hope, you're like this little thing.
Tested with GIMP 2.6.x. Should be fine in 2.4.x too.
New version:1_3
Add to palette black, gray and white by default.
New version:1_2
Save palette bug fixed.
Version:1_1
Adjust light of scheme work fine (I hope!)
It generates palette by following the harmonic schemes of color: monochromatic, complementary, triadic, tetrad and analogous.
Options:
- you can choose between the digital wheel (RGB) and the real wheel (RYB);
- you can choose whether to use the color "web safe" or not;
- you can see in real time in a preview page the combination of colors;
- you can save a Gimp or Inkscape palette.
Required python libraries: :
- Grap read more »
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
This is a plugin to export image in raw format that can be used for textures on the Nintendo DS (for DevkitPro).
The plugin add some new "save as" target for each format supported:
* NDS A3I5 (palletted, 8bit: 3bit alpha and 5bit index)
* NDS A5I3 (palletted, 8bit: 5bit alpha and 3bit index)
* NDS RGB16 (palletted, 4bit index - 16 colors)
* NDS RGB256 (palletted, 8bit index - 256 colors)
* NDS RGB (raw 15bit)
* NDS RGBA (raw 15bit + 1bit alpha)
More info :
http://www.weirdfox.com/?id=18