- imageDescription - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
-
For converting from ANY to TIFF cases
A string that describes the subject of the image.
- imageDescription - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
-
A string that describes the subject of the image.
- ImageFormat - Enum in org.beyka.tiffbitmapfactory
-
Supported image formats
- inAvailableMemory - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Number of bytes that may be allocated during the Tiff file operations.
- inAvailableMemory - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
-
Number of bytes that may be allocated during the Tiff file operations.
- inDecodeArea - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
If this field is non-null - Decoder will decode and return only area specified in
DecodeArea object
For decoding not full bitmap, but only part of it - create new
DecodeArea object and specify:
x,
y - left top corner of decoding area
width - width of decoding area
height - height of decoding area
- inDirectoryNumber - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Set directory to extract from image.
- inJustDecodeBounds - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
If set to true, the decoder will return null (no bitmap), but
the out... fields will still be set, allowing the caller to query
the bitmap without having to allocate the memory for its pixels.
- inPreferredConfig - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
If this is non-null, the decoder will try to decode into this
internal configuration.
- inSampleSize - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
If set to a value > 1, requests the decoder to subsample the original
image, returning a smaller image to save memory.
- inSwapRedBlueColors - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
If set to true, the decoder will swap red and blue colors.
- inThrowException - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
If set to true, decoder will throw exceptions if some errors appeared while decoding.
- inThrowException - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
-
If set to true, saver will throw exceptions if some errors appeared while writing tiff.
- inTiffDecodeArea - Variable in class org.beyka.tiffbitmapfactory.TiffConverter.ConverterOptions
-
If this field is non-null - Converter will use only area specified in
DecodeArea object to convert.
- inUseOrientationTag - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
If set to true decoder will rotate and flip image according to TIFFTAG_ORIENTATION.
- IProgressListener - Interface in org.beyka.tiffbitmapfactory
-
Created by beyka on 4/26/17.
- Options() - Constructor for class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Create a default Options object, which if left unchanged will give
the same result from the decoder as if null were passed.
- org.beyka.tiffbitmapfactory - package org.beyka.tiffbitmapfactory
-
- org.beyka.tiffbitmapfactory.exceptions - package org.beyka.tiffbitmapfactory.exceptions
-
- Orientation - Enum in org.beyka.tiffbitmapfactory
-
Created by beyka on 5.1.17.
- orientation - Variable in class org.beyka.tiffbitmapfactory.TiffSaver.SaveOptions
-
- outAuthor - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Author of file.
- outBitsPerSample - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Number of bits per component.
- outCompressionScheme - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
This parameter returns compression scheme of decoded image
For storing compression mode uses
CompressionScheme enum
This parameter is link to TIFFTAG_COMPRESSION tag
- outCopyright - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Copyright of file
This parameter is link to TIFFTAG_COPYRIGHT tag
- outCurDirectoryNumber - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The number of current directory.
- outDatetime - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Date and time of image creation.
- outDirectoryCount - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The count of directory in image file.
- outFillOrder - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The logical order of bits within a byte.
- outHeight - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The resulting height of the bitmap.
- outHostComputer - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The computer and/or operating system in use at the time of image creation.
- outImageDescription - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
A string that describes the subject of the image.
- outImageOrientation - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
This parameter returns orientation of decoded image
For storing orientation uses
ImageOrientation enum
If image wasn't decoded successful this parameter will be equal to
Orientation.UNAVAILABLE
This parameter is link to TIFFTAG_ORIENTATION tag
- outNumberOfStrips - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Number of strips in the image.
- outPhotometric - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The color space of the image data.
- outPlanarConfig - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
How the components of each pixel are stored.
- outResolutionUnit - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The unit of measurement for XResolution and YResolution.
- outRowPerStrip - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The number of rows per strip.
- outSamplePerPixel - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The number of components per pixel.
- outSoftware - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Name and version number of the software package(s) used to create the image.
- outStripSize - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
Size for a strip of data in bytes.
- outTileHeight - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The tile height in pixels.
- outTileWidth - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The tile width in pixels.
- outWidth - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
The resulting width of the bitmap.
- outXResolution - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
- outYResolution - Variable in class org.beyka.tiffbitmapfactory.TiffBitmapFactory.Options
-
- valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.CompressionScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.FillOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.ImageFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.Photometric
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.PlanarConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.ResolutionUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.beyka.tiffbitmapfactory.TiffBitmapFactory.ImageConfig
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.beyka.tiffbitmapfactory.CompressionScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.beyka.tiffbitmapfactory.FillOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.beyka.tiffbitmapfactory.ImageFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.beyka.tiffbitmapfactory.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.beyka.tiffbitmapfactory.Photometric
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.beyka.tiffbitmapfactory.PlanarConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.beyka.tiffbitmapfactory.ResolutionUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.beyka.tiffbitmapfactory.TiffBitmapFactory.ImageConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.