Package | Description |
---|---|
org.apache.xmlgraphics.image.codec.png |
Contains a PNG image codec.
|
org.apache.xmlgraphics.image.loader |
Contains image loading and conversion infrastructure for various image
sources and an image cache.
|
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 | Method and Description |
---|---|
static void |
PNGImageDecoder.readPNGHeader(javax.imageio.stream.ImageInputStream inputStream,
ImageSize size) |
Modifier and Type | Field and Description |
---|---|
private ImageSize |
ImageInfo.size
the image size
|
Modifier and Type | Method and Description |
---|---|
ImageSize |
Image.getSize()
Returns the image's intrinsic size.
|
ImageSize |
ImageInfo.getSize()
Returns the image's intrinsic size.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageInfo.setSize(ImageSize size)
Sets the image's intrinsic size.
|
Modifier and Type | Method and Description |
---|---|
private ImageSize |
PreloaderGIF.determineSize(byte[] header,
ImageContext context,
javax.imageio.stream.ImageInputStream in) |
private ImageSize |
PreloaderJPEG.determineSize(javax.imageio.stream.ImageInputStream in,
ImageContext context) |
private ImageSize |
PreloaderEMF.determineSize(javax.imageio.stream.ImageInputStream in,
ImageContext context) |
private ImageSize |
PreloaderBMP.determineSize(javax.imageio.stream.ImageInputStream in,
ImageContext context) |
ImageSize |
AbstractImage.getSize()
Returns the image's intrinsic size.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageIOUtil.extractResolution(javax.imageio.metadata.IIOMetadata iiometa,
ImageSize size)
Extracts the resolution information from the standard ImageIO metadata.
|