See: Description
| Class | Description |
|---|---|
| EggPaintImageSPI | |
| GODImageSPI |
SPI support for God Paint images.
|
| JImageReaderSpi |
Base implementations for common SPI implementations.
|
| MegaPaintBildSPI | |
| MSPImageSPI | |
| PCXImageSPI | |
| TGAImageSPI |
As a consumer, you won't need to interact with these classes, as they are what enables ImageIO to read images in these formats automatically. When adding a new image format, adding an SPI provider here is necessary for ImageIO to be able to provide that automatic support. The general implementation for these is to delegate to a static method on the image reader that returns whether or not an ImageInputStream can be read.
Copyright © 2020. All rights reserved.