public class ImageMetaData extends Object implements org.apache.wicket.IClusterable
Modifier and Type | Class and Description |
---|---|
static class |
ImageMetaData.ColorModel |
Constructor and Description |
---|
ImageMetaData(String mimeType,
String fileName) |
Modifier and Type | Method and Description |
---|---|
ImageMetaData.ColorModel |
getColorModel() |
String |
getFilename() |
String |
getMimeType() |
boolean |
isJpeg() |
void |
parse(InputStream is)
Currently only JPEG metadata is detected, al others formats are expected to be in the RGB color profile.
|
String |
toString() |
public void parse(InputStream is) throws ImageMetadataException
ImageMetadataException
public boolean isJpeg()
public ImageMetaData.ColorModel getColorModel()
public String getFilename()
public String getMimeType()
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.