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.filemanagement |
The package contains Tiff file format stream handling classes.
|
com.aspose.imaging.fileformats.tiff.tifftagtypes |
The package contains Tiff file format tag classes.
|
Modifier and Type | Method and Description |
---|---|
TiffSRational |
ExifData.getBrightnessValue()
Gets or sets the brightness value.
|
TiffSRational |
ExifData.getExposureBiasValue()
Gets or sets the exposure bias value.
|
TiffSRational |
ExifData.getShutterSpeedValue()
Gets or sets the shutter speed value.
|
Modifier and Type | Method and Description |
---|---|
void |
ExifData.setBrightnessValue(TiffSRational value)
Gets or sets the brightness value.
|
void |
ExifData.setExposureBiasValue(TiffSRational value)
Gets or sets the exposure bias value.
|
void |
ExifData.setShutterSpeedValue(TiffSRational value)
Gets or sets the shutter speed value.
|
Modifier and Type | Method and Description |
---|---|
static TiffSRational |
TiffSRational.approximateFraction(double value)
Approximates the provided value to a fraction.
|
static TiffSRational |
TiffSRational.approximateFraction(double value,
double epsilon)
Approximates the provided value to a fraction.
|
static TiffSRational |
TiffSRational.approximateFraction(float value)
Approximates the provided value to a fraction.
|
static TiffSRational |
TiffSRational.approximateFraction(float value,
double epsilon)
Approximates the provided value to a fraction.
|
Modifier and Type | Method and Description |
---|---|
TiffSRational |
TiffStreamReader.readSRational(long position)
Read a single signed rational number value from the stream.
|
TiffSRational[] |
TiffStreamReader.readSRationalArray(long position,
long count)
Reads an array of signed rational values from the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffStreamWriter.writeSRational(TiffSRational data)
Writes a single signed rational number value to the stream.
|
void |
TiffStreamWriter.writeSRationalArray(TiffSRational[] data)
Writes an array of signed rational values to the stream.
|
Modifier and Type | Method and Description |
---|---|
TiffSRational[] |
TiffSRationalType.getValues()
Gets or sets the values.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffSRationalType.setValues(TiffSRational[] value)
Gets or sets the values.
|