Package | Description |
---|---|
com.aspose.psd.exif | |
com.aspose.psd.fileformats.tiff | |
com.aspose.psd.imageoptions |
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 |
---|---|
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. |
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.