Package | Description |
---|---|
org.apache.xmlgraphics.image.loader.impl |
Contains implementations of image loaders and converters.
|
org.apache.xmlgraphics.image.loader.impl.imageio |
Contains an implementation of an image loader which uses ImageIO.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CompositeImageLoader |
Composite ImageLoader implementation in order to provide fallbacks when one ImageLoader
fails due to some limitation.
|
class |
ImageLoaderEPS |
ImageLoader for EPS (Encapsulated PostScript) images.
|
class |
ImageLoaderInternalTIFF |
An ImageLoader implementation based on Commons' internal TIFF codec.
|
class |
ImageLoaderPNG |
|
class |
ImageLoaderRaw |
ImageLoader for formats consumed "raw" (undecoded).
|
class |
ImageLoaderRawCCITTFax |
ImageLoader for CCITT group 3 and 4 images consumed "raw" (undecoded).
|
class |
ImageLoaderRawJPEG |
ImageLoader for JPEG images consumed "raw" (undecoded).
|
class |
ImageLoaderRawPNG |
Modifier and Type | Class | Description |
---|---|---|
class |
ImageLoaderImageIO |
An ImageLoader implementation based on ImageIO for loading bitmap images.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.