Package imageprocessing

Interface Summary
IImage In addition to the methods listed here, concrete classes are encouraged to have a constructor which takes one String parameter, the name of a file to be opened as an image.
IImageFilter Interface for an object than can transform one IImage into another.
IImageProcessor A controller which can read and write image files, and otherwise process and transform images.
 

Class Summary
AbstractImagePanel A panel which can display IImage objects.
ImageApplication Start the image application by creating an ImageFrame.
ImageButtonPanel A panel with buttons to control an image viewer frame.
ImageFrame A frame for displaying and controlling PGM and PPM images.