Modifier and Type | Method and Description |
---|---|
static ImageInfo |
Sanselan.getImageInfo(byte[] bytes)
Parses the "image info" of an image.
|
ImageInfo |
ImageParser.getImageInfo(byte[] bytes,
Map params) |
static ImageInfo |
Sanselan.getImageInfo(byte[] bytes,
Map params)
Parses the "image info" of an image.
|
ImageInfo |
ImageParser.getImageInfo(ByteSource byteSource) |
abstract ImageInfo |
ImageParser.getImageInfo(ByteSource byteSource,
Map params) |
static ImageInfo |
Sanselan.getImageInfo(File file)
Parses the "image info" of an image file.
|
ImageInfo |
ImageParser.getImageInfo(File file,
Map params) |
static ImageInfo |
Sanselan.getImageInfo(File file,
Map params)
Parses the "image info" of an image file.
|
static ImageInfo |
Sanselan.getImageInfo(InputStream is,
String filename)
Parses the "image info" of an image.
|
static ImageInfo |
Sanselan.getImageInfo(InputStream is,
String filename,
Map params)
Parses the "image info" of an image.
|
static ImageInfo |
Sanselan.getImageInfo(String filename,
byte[] bytes)
Parses the "image info" of an image.
|
static ImageInfo |
Sanselan.getImageInfo(String filename,
byte[] bytes,
Map params)
Parses the "image info" of an image.
|
Modifier and Type | Method and Description |
---|---|
ImageInfo |
BmpImageParser.getImageInfo(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
GifImageParser.getImageInfo(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
IcoImageParser.getImageInfo(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
JpegImageParser.getImageInfo(ByteSource byteSource,
Map params) |
Modifier and Type | Class and Description |
---|---|
class |
PngImageInfo |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PngImageParser.getImageInfo(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PNMImageParser.getImageInfo(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
PsdImageParser.getImageInfo(ByteSource byteSource,
Map params) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
TiffImageParser.getImageInfo(ByteSource byteSource,
Map params) |
Copyright © 2007-2012. All Rights Reserved.