Package | Description |
---|---|
org.apache.commons.imaging |
The main package for Apache Commons Imaging.
|
org.apache.commons.imaging.common |
Provides utility classes that are employed across multiple
image formats and sub-packages.
|
org.apache.commons.imaging.formats.bmp |
The BMP image format.
|
org.apache.commons.imaging.formats.dcx |
The DCX image format.
|
org.apache.commons.imaging.formats.gif |
The GIF image format.
|
org.apache.commons.imaging.formats.icns |
The ICNS image format.
|
org.apache.commons.imaging.formats.ico |
The ICO/CUR image formats.
|
org.apache.commons.imaging.formats.jpeg |
The JPEG image format.
|
org.apache.commons.imaging.formats.pcx |
The PCX image format.
|
org.apache.commons.imaging.formats.png |
The PNG image format.
|
org.apache.commons.imaging.formats.pnm |
The PNM image format family.
|
org.apache.commons.imaging.formats.psd |
The PSD image format.
|
org.apache.commons.imaging.formats.rgbe |
The Radiance HDR image format.
|
org.apache.commons.imaging.formats.tiff |
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
|
org.apache.commons.imaging.formats.wbmp |
The Wireless Application Protocol Bitmap Format image format.
|
org.apache.commons.imaging.formats.xbm |
The X BitMap image format.
|
org.apache.commons.imaging.formats.xpm |
The X PixMap image format.
|
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
ImageParser.getMetadata(byte[] bytes)
Get image metadata from the specified array of bytes.
|
static ImageMetadata |
Imaging.getMetadata(byte[] bytes)
Parses the metadata of an image.
|
ImageMetadata |
ImageParser.getMetadata(byte[] bytes,
Map<String,Object> params)
Get image metadata from the specified array of bytes.
|
static ImageMetadata |
Imaging.getMetadata(byte[] bytes,
Map<String,Object> params)
Parses the metadata of an image.
|
ImageMetadata |
ImageParser.getMetadata(ByteSource byteSource)
Get image metadata from the specified byte source.
|
abstract ImageMetadata |
ImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params)
Get image metadata from the specified byte source.
|
ImageMetadata |
ImageParser.getMetadata(File file)
Get image metadata from the specified file.
|
static ImageMetadata |
Imaging.getMetadata(File file)
Parses the metadata of an image file.
|
ImageMetadata |
ImageParser.getMetadata(File file,
Map<String,Object> params)
Get image metadata from the specified file.
|
static ImageMetadata |
Imaging.getMetadata(File file,
Map<String,Object> params)
Parses the metadata of an image file.
|
static ImageMetadata |
Imaging.getMetadata(InputStream is,
String fileName)
Parses the metadata of an image file.
|
static ImageMetadata |
Imaging.getMetadata(InputStream is,
String fileName,
Map<String,Object> params)
Parses the metadata of an image file.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericImageMetadata |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
BmpImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
DcxImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Class and Description |
---|---|
class |
GifImageMetadata |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
GifImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
IcnsImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
IcoImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Class and Description |
---|---|
class |
JpegImageMetadata |
class |
JpegPhotoshopMetadata |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
JpegImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
PcxImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
PngImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
PnmImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
PsdImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
RgbeImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Class and Description |
---|---|
class |
TiffImageMetadata |
static class |
TiffImageMetadata.Directory |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
TiffImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
WbmpImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
XbmImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageMetadata |
XpmImageParser.getMetadata(ByteSource byteSource,
Map<String,Object> params) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.