| Package | Description |
|---|---|
| com.aspose.psd.exif |
The package contains EXIF related helper classes and methods.
|
| com.aspose.psd.fileformats.tiff |
The package handles Tiff file format processing.
|
| com.aspose.psd.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 |
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. |