Package | Description |
---|---|
org.apache.commons.imaging.formats.tiff |
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
|
org.apache.commons.imaging.formats.tiff.fieldtypes |
TIFF field types.
|
org.apache.commons.imaging.formats.tiff.taginfos |
Classes for the TIFF tags.
|
org.apache.commons.imaging.formats.tiff.write |
TIFF writers.
|
Modifier and Type | Method and Description |
---|---|
FieldType |
TiffField.getFieldType()
Returns the field's type, derived from bytes 2-3.
|
Constructor and Description |
---|
TiffField(int tag,
int directoryType,
FieldType fieldType,
long count,
long offset,
byte[] value,
ByteOrder byteOrder,
int sortHint) |
Modifier and Type | Class and Description |
---|---|
class |
FieldTypeAscii |
class |
FieldTypeByte |
class |
FieldTypeDouble |
class |
FieldTypeFloat |
class |
FieldTypeLong |
class |
FieldTypeRational |
class |
FieldTypeShort |
Modifier and Type | Field and Description |
---|---|
static List<FieldType> |
FieldType.ANY |
static List<FieldType> |
FieldType.ASCII_OR_BYTE |
static List<FieldType> |
FieldType.ASCII_OR_RATIONAL |
static List<FieldType> |
FieldType.BYTE_OR_SHORT |
static List<FieldType> |
FieldType.LONG_OR_IFD |
static List<FieldType> |
FieldType.LONG_OR_SHORT |
static List<FieldType> |
FieldType.SHORT_OR_LONG |
static List<FieldType> |
FieldType.SHORT_OR_LONG_OR_RATIONAL |
static List<FieldType> |
FieldType.SHORT_OR_RATIONAL |
Modifier and Type | Method and Description |
---|---|
static FieldType |
FieldType.getFieldType(int type) |
Modifier and Type | Field and Description |
---|---|
List<FieldType> |
TagInfo.dataTypes |
Modifier and Type | Method and Description |
---|---|
byte[] |
TagInfoGpsText.encodeValue(FieldType fieldType,
Object value,
ByteOrder byteOrder) |
byte[] |
TagInfo.encodeValue(FieldType fieldType,
Object value,
ByteOrder byteOrder) |
byte[] |
TagInfoXpString.encodeValue(FieldType fieldType,
Object value,
ByteOrder byteOrder) |
Constructor and Description |
---|
TagInfo(String name,
int tag,
FieldType dataType) |
TagInfo(String name,
int tag,
FieldType dataType,
int length) |
TagInfo(String name,
int tag,
FieldType dataType,
int length,
TiffDirectoryType exifDirectory) |
TagInfo(String name,
int tag,
FieldType dataType,
int length,
TiffDirectoryType exifDirectory,
boolean isOffset) |
TagInfoByte(String name,
int tag,
FieldType fieldType,
TiffDirectoryType directoryType) |
TagInfoBytes(String name,
int tag,
FieldType fieldType,
int length,
TiffDirectoryType directoryType) |
Constructor and Description |
---|
TagInfo(String name,
int tag,
List<FieldType> dataTypes,
int length,
TiffDirectoryType exifDirectory) |
TagInfo(String name,
int tag,
List<FieldType> dataTypes,
int length,
TiffDirectoryType exifDirectory,
boolean isOffset) |
TagInfoByte(String name,
int tag,
List<FieldType> fieldTypes,
TiffDirectoryType directoryType) |
TagInfoBytes(String name,
int tag,
List<FieldType> fieldTypes,
int length,
TiffDirectoryType directoryType) |
TagInfoLong(String name,
int tag,
List<FieldType> dataTypes,
int length,
TiffDirectoryType exifDirectory,
boolean isOffset) |
Modifier and Type | Field and Description |
---|---|
FieldType |
TiffOutputField.fieldType |
Constructor and Description |
---|
TiffOutputField(int tag,
TagInfo tagInfo,
FieldType fieldType,
int count,
byte[] bytes) |
TiffOutputField(TagInfo tagInfo,
FieldType tagtype,
int count,
byte[] bytes) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.