ImageFilterDemo

From RoboJackets Wiki
Revision as of 14:17, 10 October 2005 by 130.207.180.88 (talk) (added plans for future versions of the program)
Jump to navigation Jump to search
Screenshot

ImageFilterDemo is a program that allows rapid prototyping of image filters in Java. This program was written by David Foster.

Program & Source Code

  • v1.0
    • Original version
  • v1.0.1
    • Added PixelBufferFilter2, a new type of filter.
    • Added contour extraction filters for the horizontal, vertical, and plus (horizontal+vertical) directions.

Future Versions (Planned)

  • v1.0.2 - Coming soon!
    • Addresses issue with loading certain images on Windows systems.
      • Specifically, java.awt.Toolkit.prepareImage(Image,int,int,ImageObserver) on Windows does not notify the specified ImageObserver when certain images are finished loaading.
      • Credit goes to Andy for discovering this bug.
  • v1.0.3
    • "Select..." button for selecting files now remembers the last file that was selected.
    • Added support for dragging & dropping files into the "file well".
  • v1.1
    • Added support for filter parameters that are manipulatable in the GUI.
  • v2.0
    • New input source: Image sequences
    • New input source: Movies (.mov, or other formats that QuickTime can handle)
    • Added support for temporal filters. These are filters that are designed for processing several images in sequence.