Modifier and Type | Method and Description |
---|---|
static ImageInfo |
Imaging.getImageInfo(byte[] bytes)
Parses the "image info" of an image.
|
ImageInfo |
ImageParser.getImageInfo(byte[] bytes,
Map<String,Object> params)
Get image information from the specified array of bytes.
|
static ImageInfo |
Imaging.getImageInfo(byte[] bytes,
Map<String,Object> params)
Parses the "image info" of an image.
|
ImageInfo |
ImageParser.getImageInfo(ByteSource byteSource)
Get image information from the specified ByteSource.
|
abstract ImageInfo |
ImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params)
Get image information from the specified ByteSource.
|
static ImageInfo |
Imaging.getImageInfo(File file)
Parses the "image info" of an image file.
|
ImageInfo |
ImageParser.getImageInfo(File file,
Map<String,Object> params)
Get image information from the specified file Format-specific
ImageParser implementations are expected to return a valid
ImageInfo object or to throw an ImageReadException if unable
to process the specified data.
|
static ImageInfo |
Imaging.getImageInfo(File file,
Map<String,Object> params)
Parses the "image info" of an image file.
|
static ImageInfo |
Imaging.getImageInfo(InputStream is,
String fileName)
Parses the "image info" of an image.
|
static ImageInfo |
Imaging.getImageInfo(InputStream is,
String fileName,
Map<String,Object> params)
Parses the "image info" of an image.
|
static ImageInfo |
Imaging.getImageInfo(String fileName,
byte[] bytes)
Parses the "image info" of an image.
|
static ImageInfo |
Imaging.getImageInfo(String fileName,
byte[] bytes,
Map<String,Object> params)
Parses the "image info" of an image.
|
Modifier and Type | Method and Description |
---|---|
ImageInfo |
BmpImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
DcxImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
GifImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
IcnsImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
IcoImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
JpegImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PcxImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Class and Description |
---|---|
class |
PngImageInfo |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PngImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PnmImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PsdImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
RgbeImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
TiffImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
WbmpImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
XbmImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
XpmImageParser.getImageInfo(ByteSource byteSource,
Map<String,Object> params) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.