| Package | Description |
|---|---|
| org.apache.commons.imaging.common |
Provides utility classes that are employed across multiple
image formats and sub-packages.
|
| org.apache.commons.imaging.formats.gif |
The GIF image format.
|
| org.apache.commons.imaging.formats.jpeg |
The JPEG image format.
|
| org.apache.commons.imaging.formats.tiff |
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericImageMetadata.GenericImageMetadataItem |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ImageMetadata.ImageMetadataItem> |
GenericImageMetadata.getItems() |
List<? extends ImageMetadata.ImageMetadataItem> |
ImageMetadata.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericImageMetadata.add(ImageMetadata.ImageMetadataItem item) |
| Modifier and Type | Class and Description |
|---|---|
class |
GifImageMetadataItem |
| Modifier and Type | Method and Description |
|---|---|
List<ImageMetadata.ImageMetadataItem> |
JpegImageMetadata.getItems() |
| Modifier and Type | Class and Description |
|---|---|
static class |
TiffImageMetadata.Directory |
static class |
TiffImageMetadata.TiffMetadataItem |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ImageMetadata.ImageMetadataItem> |
TiffImageMetadata.getDirectories() |
List<? extends ImageMetadata.ImageMetadataItem> |
TiffImageMetadata.getItems() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.