Image Tools scripts - Top 4 Download

Image Tools script downloads

ImLib3D

ImLib3D is an open source C library for 3D (volumetric) image processing. Focus has been put on simplicity for the developer. It contains most basic image processing algorithms, and some more sophisticated ones. It comes with an optional viewer that features multiplanar views, animations, vector field views and 3D (OpenGL) multiplanar. ...

Random Image Display Javascript

This script allows you to display random images on your web site. ...
JavaScript

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

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