public class JfifDirectory extends Directory
Modifier and Type | Field and Description |
---|---|
static int |
TAG_JFIF_RESX |
static int |
TAG_JFIF_RESY |
static int |
TAG_JFIF_UNITS
Units for pixel density fields.
|
static int |
TAG_JFIF_VERSION |
Constructor and Description |
---|
JfifDirectory() |
Modifier and Type | Method and Description |
---|---|
int |
getImageHeight() |
int |
getImageWidth() |
String |
getName()
Provides the name of the directory, for display purposes.
|
int |
getResUnits() |
int |
getVersion() |
addError, containsTag, getBoolean, getBooleanObject, getByteArray, getDate, getDate, getDescription, getDouble, getDoubleObject, getErrorCount, getErrors, getFloat, getFloatObject, getInt, getIntArray, getInteger, getLong, getLongObject, getObject, getRational, getRationalArray, getString, getString, getStringArray, getTagCount, getTagName, getTags, hasErrors, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObject, setObjectArray, setRational, setRationalArray, setString, setStringArray
public static final int TAG_JFIF_VERSION
public static final int TAG_JFIF_UNITS
public static final int TAG_JFIF_RESX
public static final int TAG_JFIF_RESY
public String getName()
Directory
Exif
public int getVersion() throws MetadataException
MetadataException
public int getResUnits() throws MetadataException
MetadataException
public int getImageWidth() throws MetadataException
MetadataException
public int getImageHeight() throws MetadataException
MetadataException
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.