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.fileformats.tiff.filemanagement |
The package contains Tiff file format stream handling classes.
|
com.aspose.psd.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
Modifier and Type | Method and Description |
---|---|
TiffRational |
ExifData.getApertureValue()
Gets or sets the aperture value.
|
TiffRational |
ExifData.getCompressedBitsPerPixel()
Gets or sets the compressed bits per pixel.
|
TiffRational |
ExifData.getDigitalZoomRatio()
Gets or sets the digital zoom ratio.
|
TiffRational |
ExifData.getExposureIndex()
Gets or sets the exposure index.
|
TiffRational |
ExifData.getExposureTime()
Gets or sets the exposure time.
|
TiffRational |
ExifData.getFlashEnergy()
Gets or sets the flash energy.
|
TiffRational |
ExifData.getFNumber()
Gets or sets the F-number.
|
TiffRational |
ExifData.getFocalLength()
Gets or sets the focal length.
|
TiffRational |
ExifData.getFocalPlaneXResolution()
Gets or sets the focal plane x resolution.
|
TiffRational |
ExifData.getFocalPlaneYResolution()
Gets or sets the focal plane y resolution.
|
TiffRational |
ExifData.getGamma()
Gets or sets the gamma.
|
TiffRational |
ExifData.getGPSAltitude()
Gets or sets the GPS altitude.
|
TiffRational |
ExifData.getGPSDestBearing()
Gets or sets the GPS bearing to the destination point.
|
TiffRational |
ExifData.getGPSDestDistance()
Gets or sets the GPS distance to the destination point.
|
TiffRational[] |
ExifData.getGPSDestLatitude()
Gets or sets the GPS latitude of the destination point.
|
TiffRational[] |
ExifData.getGPSDestLongitude()
Gets or sets the GPS longitude of the destination point.
|
TiffRational |
ExifData.getGPSDOP()
Gets or sets the GPS DOP (data degree of precision).
|
TiffRational |
ExifData.getGPSImgDirection()
Gets or sets the GPS direction of the image when it was captured.
|
TiffRational[] |
ExifData.getGPSLatitude()
Gets or sets the GPS latitude.
|
TiffRational[] |
ExifData.getGPSLongitude()
Gets or sets the GPS longitude.
|
TiffRational |
ExifData.getGPSSpeed()
Gets or sets the speed of GPS receiver movement.
|
TiffRational[] |
ExifData.getGPSTimestamp()
Gets or sets the GPS time as UTC (Coordinated Universal Time).
|
TiffRational[] |
ExifData.getLensSpecification()
Gets or sets the lens specification
|
TiffRational |
ExifData.getMaxApertureValue()
Gets or sets the maximum aperture value.
|
TiffRational[] |
JpegExifData.getPrimaryChromaticities()
Gets or sets the chromaticity of the three primary colors of the image.
|
TiffRational[] |
JpegExifData.getReferenceBlackWhite()
Gets or sets the reference black white.
|
TiffRational |
ExifData.getSubjectDistance()
Gets or sets the subject distance.
|
TiffRational[] |
ExifData.getWhitePoint()
Gets or sets the chromaticity of the white point of the image.
|
TiffRational |
JpegExifData.getXResolution()
Gets or sets the x resolution.
|
TiffRational[] |
JpegExifData.getYCbCrCoefficients()
Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data.
|
TiffRational |
JpegExifData.getYResolution()
Gets or sets the y resolution.
|
Modifier and Type | Method and Description |
---|---|
void |
ExifData.setApertureValue(TiffRational value)
Gets or sets the aperture value.
|
void |
ExifData.setCompressedBitsPerPixel(TiffRational value)
Gets or sets the compressed bits per pixel.
|
void |
ExifData.setDigitalZoomRatio(TiffRational value)
Gets or sets the digital zoom ratio.
|
void |
ExifData.setExposureIndex(TiffRational value)
Gets or sets the exposure index.
|
void |
ExifData.setExposureTime(TiffRational value)
Gets or sets the exposure time.
|
void |
ExifData.setFlashEnergy(TiffRational value)
Gets or sets the flash energy.
|
void |
ExifData.setFNumber(TiffRational value)
Gets or sets the F-number.
|
void |
ExifData.setFocalLength(TiffRational value)
Gets or sets the focal length.
|
void |
ExifData.setFocalPlaneXResolution(TiffRational value)
Gets or sets the focal plane x resolution.
|
void |
ExifData.setFocalPlaneYResolution(TiffRational value)
Gets or sets the focal plane y resolution.
|
void |
ExifData.setGamma(TiffRational value)
Gets or sets the gamma.
|
void |
ExifData.setGPSAltitude(TiffRational value)
Gets or sets the GPS altitude.
|
void |
ExifData.setGPSDestBearing(TiffRational value)
Gets or sets the GPS bearing to the destination point.
|
void |
ExifData.setGPSDestDistance(TiffRational value)
Gets or sets the GPS distance to the destination point.
|
void |
ExifData.setGPSDestLatitude(TiffRational[] value)
Gets or sets the GPS latitude of the destination point.
|
void |
ExifData.setGPSDestLongitude(TiffRational[] value)
Gets or sets the GPS longitude of the destination point.
|
void |
ExifData.setGPSDOP(TiffRational value)
Gets or sets the GPS DOP (data degree of precision).
|
void |
ExifData.setGPSImgDirection(TiffRational value)
Gets or sets the GPS direction of the image when it was captured.
|
void |
ExifData.setGPSLatitude(TiffRational[] value)
Gets or sets the GPS latitude.
|
void |
ExifData.setGPSLongitude(TiffRational[] value)
Gets or sets the GPS longitude.
|
void |
ExifData.setGPSSpeed(TiffRational value)
Gets or sets the speed of GPS receiver movement.
|
void |
ExifData.setGPSTimestamp(TiffRational[] value)
Gets or sets the GPS time as UTC (Coordinated Universal Time).
|
void |
ExifData.setLensSpecification(TiffRational[] value)
Gets or sets the lens specification
|
void |
ExifData.setMaxApertureValue(TiffRational value)
Gets or sets the maximum aperture value.
|
void |
JpegExifData.setPrimaryChromaticities(TiffRational[] value)
Gets or sets the chromaticity of the three primary colors of the image.
|
void |
JpegExifData.setReferenceBlackWhite(TiffRational[] value)
Gets or sets the reference black white.
|
void |
ExifData.setSubjectDistance(TiffRational value)
Gets or sets the subject distance.
|
void |
ExifData.setWhitePoint(TiffRational[] value)
Gets or sets the chromaticity of the white point of the image.
|
void |
JpegExifData.setXResolution(TiffRational value)
Gets or sets the x resolution.
|
void |
JpegExifData.setYCbCrCoefficients(TiffRational[] value)
Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data.
|
void |
JpegExifData.setYResolution(TiffRational value)
Gets or sets the y resolution.
|
Modifier and Type | Method and Description |
---|---|
static TiffRational |
TiffRational.approximateFraction(double value)
Approximates the provided value to a fraction.
|
static TiffRational |
TiffRational.approximateFraction(double value,
double epsilon)
Approximates the provided value to a fraction.
|
static TiffRational |
TiffRational.approximateFraction(float value)
Approximates the provided value to a fraction.
|
static TiffRational |
TiffRational.approximateFraction(float value,
double epsilon)
Approximates the provided value to a fraction.
|
Modifier and Type | Method and Description |
---|---|
TiffRational |
TiffStreamReader.readRational(long position)
Read a single rational number value from the stream.
|
TiffRational[] |
TiffStreamReader.readRationalArray(long position,
long count)
Reads an array of rational values from the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffStreamWriter.writeRational(TiffRational data)
Writes a single rational number value to the stream.
|
void |
TiffStreamWriter.writeRationalArray(TiffRational[] data)
Writes an array of unsigned rational values to the stream.
|
Modifier and Type | Method and Description |
---|---|
TiffRational |
TiffOptions.getXposition()
Gets or sets the x position.
|
TiffRational |
TiffOptions.getXresolution()
Gets or sets the x resolution.
|
TiffRational[] |
TiffOptions.getYCbCrCoefficients()
Gets or sets the YCbCrCoefficients.
|
TiffRational |
TiffOptions.getYposition()
Gets or sets the y position.
|
TiffRational |
TiffOptions.getYresolution()
Gets or sets the y resolution.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffOptions.setXposition(TiffRational value)
Gets or sets the x position.
|
void |
TiffOptions.setXresolution(TiffRational value)
Gets or sets the x resolution.
|
void |
TiffOptions.setYCbCrCoefficients(TiffRational[] value)
Gets or sets the YCbCrCoefficients.
|
void |
TiffOptions.setYposition(TiffRational value)
Gets or sets the y position.
|
void |
TiffOptions.setYresolution(TiffRational value)
Gets or sets the y resolution.
|