Image Tools Python scripts - Top 4 Download

Image Tools Python script downloads

Cataloging IPTC keywords to digital photos

This script helps you to manage your digital photos by filing them in a directory based on the EXIF date and applying keywords and by-line information to the IPTC metadata. Iterates through a directory, reading the EXIF data from each jpg. Parses the date/time and focal length from EXIF data, renames the photo using ...
Python

Colormap

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 consist of strings (strRgb) as required in Tk calls, or integers (rgb) as required in Java applications. ...
Python

Download and rename RIDGE radar images

This script downloads RIDGE radar images from the RIDGE site to a local disk, then renames them with a timestamp. The One-Hour Precipitation total image and associated world file for the Little Rock, AR station (LZK) will be downloaded after running this script.  ...
Python

Drawing rubberbands over a canvas

This class describes a generic method of drawing rubberbands on a wxPython canvas object (wxStaticBitmap, wxPanel etc) when the user presses the left mouse button and drags it over a rectangular area. It has methods to return the selected area by the user as a rectangular 4 tuple / Clear the ...
Python

jBrout

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 is able to : - manage albums/photos (= folders/files) - tag photos with IPTC keywords - use internal jpeg thumbnail - comment photos ...
Python

Making a contact sheet montage of images

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 image with thumbnails of many different pictures. It's limited in that it will only work with pictures of the same shape, but you can make some really ...
Python

Stripchart Plotter

Stripchart Plotter script allows you to run an OpenGL Stripchart plotter for a user defined number of channels.It is a very simple implementation aimed to demonstrate the versatility of VPython. It can be much improved for a real application including interactive keyboard control of frame rate, plot position, etc. The script naturally ...
Python