Package | Description |
---|---|
com.aspose.imaging.exif |
The package contains EXIF related helper classes and methods.
|
com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
com.aspose.imaging.fileformats.tiff.instancefactory |
The package contains Tiff file format tag factory helper classes and interfaces.
|
com.aspose.imaging.fileformats.tiff.tifftagtypes |
The package contains Tiff file format tag classes.
|
com.aspose.imaging.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
Modifier and Type | Method and Description |
---|---|
TiffDataType[] |
ExifData.getCommonTags()
Gets or sets tags, which belong to common section.
|
TiffDataType[] |
ExifData.getExifTags()
Gets or sets tags which belong to EXIF section only.
|
TiffDataType[] |
ExifData.getGPSTags()
Gets or sets tags, which belong to GPS section only.
|
TiffDataType[] |
ExifData.getMakerNoteData()
Gets the maker note data.
|
TiffDataType[] |
ExifData.getProperties()
Gets or sets all the EXIF tags (including common and GPS tags).
|
Modifier and Type | Method and Description |
---|---|
void |
ExifData.setCommonTags(TiffDataType[] value)
Gets or sets tags, which belong to common section.
|
void |
ExifData.setExifTags(TiffDataType[] value)
Gets or sets tags which belong to EXIF section only.
|
void |
ExifData.setGPSTags(TiffDataType[] value)
Gets or sets tags, which belong to GPS section only.
|
void |
ExifData.setProperties(TiffDataType[] value)
Gets or sets all the EXIF tags (including common and GPS tags).
|
Constructor and Description |
---|
ExifData(TiffDataType[] exifdata)
Initializes a new instance of the
ExifData class with data from array. |
ExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
ExifData class with data from array. |
ExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
ExifData class with data from array. |
ExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
ExifData class with data from array. |
JpegExifData(TiffDataType[] exifdata)
Initializes a new instance of the
JpegExifData class with data from array. |
JpegExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
JpegExifData class with data from array. |
JpegExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
JpegExifData class with data from array. |
JpegExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
JpegExifData class with data from array. |
Modifier and Type | Method and Description |
---|---|
TiffDataType |
TiffDataType.deepClone()
Performs a deep clone of this instance.
|
static TiffDataType |
TiffDataType.readTag(TiffStreamReader dataStream,
long position)
Reads the tag data.
|
Modifier and Type | Method and Description |
---|---|
int |
TiffDataType.compareTo(TiffDataType obj)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
|
Modifier and Type | Method and Description |
---|---|
TiffDataType |
ITiffTagCreator.createInstance(int tagId) |
static TiffDataType |
TiffTagFactory.createInstance(int dataType,
int tagId)
Creates a new data type instance.
|
Modifier and Type | Class and Description |
---|---|
class |
TiffASCIIType
The tiff ascii type.
|
class |
TiffByteType
The tiff byte type.
|
class |
TiffCommonArrayType
The tiff common array type.
|
class |
TiffDoubleType
The tiff double type.
|
class |
TiffFloatType
The tiff float type.
|
class |
TiffIfdType
Represents the TIFF Exif image file directory type class.
|
class |
TiffLongType
The tiff long type.
|
class |
TiffRationalType
The tiff rational type.
|
class |
TiffSByteType
The tiff signed byte type.
|
class |
TiffShortType
The tiff short type.
|
class |
TiffSLongType
The tiff signed long type.
|
class |
TiffSRationalType
The tiff signed rational type.
|
class |
TiffSShortType
The tiff signed short type.
|
class |
TiffUndefinedType
The tiff undefined type.
|
class |
TiffUnknownType
The unknown tiff type.
|
Modifier and Type | Method and Description |
---|---|
TiffDataType |
TiffOptions.getTagByType(int tagKey)
Gets the instance of the tag by type.
|
TiffDataType[] |
TiffOptions.getTags()
Gets or sets the tags.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffOptions.addTag(TiffDataType tagToAdd)
Adds a new tag.
|
void |
TiffOptions.addTags(TiffDataType[] tagsToAdd)
Adds the tags.
|
static int |
TiffOptions.getValidTagsCount(TiffDataType[] tags)
Gets the valid tags count.
|
static int |
TiffOptionsUtils.getValidTagsCount(TiffDataType[] tags)
Gets the valid tags count.
|
void |
TiffOptions.setTags(TiffDataType[] value)
Gets or sets the tags.
|
Constructor and Description |
---|
TiffOptions(TiffDataType[] tags)
Initializes a new instance of the
TiffOptions class. |