Image Tools



Button-tip for Tkinter buttons Download

Wednesday, June 11th, 2008

This script is an extension for the Button class of Tkinter. This class creates a tip-window when the mouse is entering a button widget.

For the behaviour of t

Using the Image's Rect data Download

Monday, June 9th, 2008

This Python/Pygame script demonstrates how to move or place a simple image by accessing its Rect (rectangle) data.

Python Imaging Library Download

Tuesday, June 3rd, 2008

The Python Imaging Library adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and gr

Colormap Download

Friday, May 30th, 2008

This script contains some functions that when given a magnitude ‘mag’ between cmin and cmax, return a colour tuple (red, green, blue) on a 0 to 255 scale. The tuple can co

Making a "contact sheet" montage of imag Download

Wednesday, May 28th, 2008

The Python Imaging Library (PIL) makes many tasks easy in digital photography.

This script shows how to make a "contact sheet" of images, a single i

The Python TWAIN module Download

Tuesday, May 27th, 2008

The Python TWAIN module provides an interface to scanners, digital cameras and other devices which implement TWAIN, for the Windows platform. It provides the functionality to a

jBrout Download

Saturday, May 24th, 2008

jBrout is a photo manager, written in python/pygtk under the GPL licence. It’s cross-platform, and has been tested on GNU/linux and windows XP/2k.

jBrout i

Single-pass Multiple Replace Download

Tuesday, May 20th, 2008

This script shows you how to use the Python standard re module to perform single-pass multiple string substitution using a dictionary.

Digest Download

Tuesday, May 20th, 2008

Digest is a program to generate HTML index pages and image previews for collections of images. It is fast and simple, and it creates HTML that is compact, quick-rendering and d

Watermark with PIL Download

Sunday, May 18th, 2008

This script applies a watermark to an image using the Python Imaging Library. It supports color, tiling, scaling, and opacity reduction.

Use the watermark fun