You are here

plugin

HDR (High Dynamic Range) with tone mapping

This script helps you making a HDR image by three different exposures.
This script blends three different exposures of the same scene, it combines them to get the best parts of the images.

This procedure works best if you:

Make shortcut

A plugin that makes shortcuts, in a Shortcuts menu, to other plugins.

Install it in your local plugin directory. You can run it to see what it would do, and cancel it, without creating any shortcuts. If you do create shortcuts, it will create them in your local plugin directory. You can later manually delete the shortcut plugins.

This is a prototype that I'm posting for comment. It works but it could be improved. I would be glad to start a community project.

A future version might:
- let you enter parameters for the target plugin (make a "preset")

Python plugin examples templates using gimpfu, for programmers

This file contains examples, or templates, of registering plugins using gimpfu.register().
This is for GIMP Python programmers, not users.
When installed, this one file puts many (nine) demo plugins into GIMP.
The demo plugins don't do much except make an appearance.

These demonstrate various combinations of:
- where plugins appear (or not) in the menus (or elsewhere) in GIMP
- when the plugin's menu items are enabled (sensitive)
- what parameters a plugin_main() receives
- whether a plugin opens a GUI dialog for user to choose options (set parameters.)

Resynthesizer, GIMP 2.6.8

Hi.

I'm having problems with the resynthesizer plug-in. I have ran the resynthesizer.14 AND 16 and both are not working, a pop-up comes up. Saying that it failed to start because intl.dll was not found. I have not removed anything from the installed files.

I uploaded a picture of the pop-up below.

Thanks. :)

Facial Symmetry

Most peoples faces are not symmetrical. This python plugin, allows you to easily create mirror images of a persons face. Just make a rectangular selection of the portion of the image you are interested in, and the plugin will do the rest. An example can be found on my website: http://www.andyshelley.co.uk/gimpsymmetry/index.php

Inspect

A prototype, for programmers, not for artists or users.

From the README file:

A Gimp plugin that lets plugin programmers view documentation for PDB procedures, GIMP-Python modules, plugins and modules written in Python, and image data. The documentation is live, generated from the code itself and from the current state of GIMP and the PDB.

Installation:

Copy plugin-inspect.py and the inspector directory to your own, local plugin directory. Make plugin-inspect.py executable. See a comment in plugin-inspect.py for Linux commands.

Version:

Shape It - Win32 binary

A Windows binary of this plugin by Claes G Lindblad (http://www.algonet.se/~claesg/shapeit.html), ported to 2.x by Victor Ramirez. Almost a "lost and found" plugin?
It bends a text or an image according to a shape.
Create the map on a new layer. Should be black and white for best results. Add an alpha channel to both layers.
PDF version of the tutorial by Claes included.

Smart Gradient

This is a simple gradient plugin for GIMP, written in python. It applies a linear gradient to a rectangular selection, in one of four directions, using the colours of the pixels at the starting edge, and fading to the background colour, over the width, or height of the selection. To try this out, all you need to do is download the script, and store it in the gimp plugins folder, in your home directory. Remember to set the executable flag on the file. An example of use may be found on my site : www.andyshelley.co.uk/gimpgradient/index.php

Blizzard BLP importer

Gimp Plugin to import blizzard BLP verson 2 file importer.

I created this in 2009 to assist me with creating a World of Warcraft addon. I couldn't find any BLP importers for the Gimp then, so I decided to make my own.

Demonstrate built-in GUI widgets for Gimp plugins written in Python

This plug-in is a demonstration for python programmers of Gimp plug-ins. It displays almost all the built-in GUI widgets for parameters to plugins. It shows what a plug-in dialog can be using what is built into PyGimp. An alternative to using what is built in, is to use a Python GUI library such as pygtk.

Motivation: the documentation seems sparse for PyGimp GUI widgets. This is example code.

It does nothing to Gimp images, it's not for users, just for beginning programmers.

Pages

Subscribe to RSS - plugin