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