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

In order to read/write gif 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.gif.GIFImageReaderSpi and uk.co.mmscomputing.imageio.gif.GIFImageWriterSpi accordingly.

Java 1.6.0 : The Image I/O system has now not only readers but also writers for the GIF format.

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.