Modifier and Type | Method and Description |
---|---|
IImageMetadata |
ImageParser.getMetadata(byte[] bytes) |
static IImageMetadata |
Sanselan.getMetadata(byte[] bytes)
Parses the metadata of an image.
|
IImageMetadata |
ImageParser.getMetadata(byte[] bytes,
Map params) |
static IImageMetadata |
Sanselan.getMetadata(byte[] bytes,
Map params)
Parses the metadata of an image.
|
IImageMetadata |
ImageParser.getMetadata(ByteSource byteSource) |
abstract IImageMetadata |
ImageParser.getMetadata(ByteSource byteSource,
Map params) |
IImageMetadata |
ImageParser.getMetadata(File file) |
static IImageMetadata |
Sanselan.getMetadata(File file)
Parses the metadata of an image file.
|
IImageMetadata |
ImageParser.getMetadata(File file,
Map params) |
static IImageMetadata |
Sanselan.getMetadata(File file,
Map params)
Parses the metadata of an image file.
|
static IImageMetadata |
Sanselan.getMetadata(InputStream is,
String filename)
Parses the metadata of an image file.
|
static IImageMetadata |
Sanselan.getMetadata(InputStream is,
String filename,
Map params)
Parses the metadata of an image file.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageMetadata |
Modifier and Type | Method and Description |
---|---|
IImageMetadata |
BmpImageParser.getMetadata(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
IImageMetadata |
GifImageParser.getMetadata(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
IImageMetadata |
IcoImageParser.getMetadata(ByteSource byteSource,
Map params) |
Modifier and Type | Class and Description |
---|---|
class |
JpegImageMetadata |
class |
JpegPhotoshopMetadata |
Modifier and Type | Method and Description |
---|---|
IImageMetadata |
JpegImageParser.getMetadata(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
IImageMetadata |
PngImageParser.getMetadata(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
IImageMetadata |
PNMImageParser.getMetadata(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
IImageMetadata |
PsdImageParser.getMetadata(ByteSource byteSource,
Map params) |
Modifier and Type | Class and Description |
---|---|
class |
TiffImageMetadata |
static class |
TiffImageMetadata.Directory |
Modifier and Type | Method and Description |
---|---|
IImageMetadata |
TiffImageParser.getMetadata(ByteSource byteSource,
Map params) |
Copyright © 2007-2012. All Rights Reserved.