| Image Processing Studio |
| This
teaching tool can be used in an image processing course at the
undergraduate or graduate level to allow rapid developing and
testing of image transforms. This program offers a framework
in which images transformation code can be easily written using
the C language. The program is able to open several images simultaneously and apply different transforms to each one. Each file processing window has an undo/redo history. Multiple instances can run simultaneously without interfering one another. Batch files make automatically processing of image transformations is possible. The program is divided into two modules, the GUI module, and the transformation module. The GUI handles the loading and visualization of bitmap files. When a transformation is requested, the image data is sent to the transformation module. The transformation module is responsible for manipulating the images, and offers a framework in which the various image structures are represented as arrays. The application files are small, the GUI module and the transformation module combined are less than 300KB. Combined with the Visual Basic runtime, which is only needed if not already installed, the executable code for the application fits on a 1.44MB floppy disk. This program has a unique set of features which enable students to quickly develop the code for image processing transformations. The ease of developing encourages creativity and the exploration of new possibilities.
Download Section:
http://www.asc0.com/imagestudio/files/ImageStudio.zip Image Studio v1.3B Build 10 |