Classes that enable the java imageio system to read and write *.bmp files.

In order to read/write bmp files with the java imageio classes we need an ImageWriterSpi, ImageWriter, ImageReaderSpi and ImageReader. Additional to that we need to tell the java imageio system that we have a new ImageWriterSpi and ImageReaderSpi for it. To do this you need to put the file javax.imageio.spi.ImageReaderSpi, javax.imageio.spi.ImageWriterSpi into the folder {$your java programs root directory}/META-INF/services/ or if those files already exist, add the lines uk.co.mmscomputing.imageio.bmp.BMPImageReaderSpi and uk.co.mmscomputing.imageio.bmp.BMPImageWriterSpi accordingly.

Java 1.5.0 beta : The Image I/O system now has readers and writers for BMP and WMP formats.

Projects :
  1. uk.co.mmscomputing.application.imageviewer:
    A simple Multi Page Image Viewer Applet. To view multipage *.sff, *.tiff and *.gif files. Twain and SANE test application.