BigTiffOptions

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.ImageOptionsBase, com.aspose.imaging.imageoptions.TiffOptions

public final class BigTiffOptions extends TiffOptions

The API for BigTIFF raster image format creation is specifically designed to serve to the unique requirements of applications utilizing large-scale imaging data from scanners. This API facilitates the seamless generation of BigTIFF format, which combines multiple TIFF images into a single, comprehensive image. It ensures efficient processing of extensive image data, providing developers with a powerful tool for creating and manipulating high-resolution, multi-image formats.

Constructors

ConstructorDescription
BigTiffOptions(int expectedFormat)Initializes a new instance of the BigTiffOptions class.
BigTiffOptions(TiffOptions options)Initializes a new instance of the BigTiffOptions class.
BigTiffOptions(TiffDataType[] tags)Initializes a new instance of the BigTiffOptions class.
BigTiffOptions(int expectedFormat, int byteOrder)Initializes a new instance of the BigTiffOptions class.

Methods

MethodDescription
deepClone()Clones this instance.

BigTiffOptions(int expectedFormat)

public BigTiffOptions(int expectedFormat)

Initializes a new instance of the BigTiffOptions class. By default little endian convention is used.

Parameters:

ParameterTypeDescription
expectedFormatintThe expected Tiff file format.

BigTiffOptions(TiffOptions options)

public BigTiffOptions(TiffOptions options)

Initializes a new instance of the BigTiffOptions class.

Parameters:

ParameterTypeDescription
optionsTiffOptionsThe options source.

BigTiffOptions(TiffDataType[] tags)

public BigTiffOptions(TiffDataType[] tags)

Initializes a new instance of the BigTiffOptions class.

Parameters:

ParameterTypeDescription
tagsTiffDataType[]The tags for options initialization.

BigTiffOptions(int expectedFormat, int byteOrder)

public BigTiffOptions(int expectedFormat, int byteOrder)

Initializes a new instance of the BigTiffOptions class.

Parameters:

ParameterTypeDescription
expectedFormatintThe expected Tiff file format.
byteOrderintThe tiff file format byte order to use.

deepClone()

public ImageOptionsBase deepClone()

Clones this instance.

Returns: ImageOptionsBase - Returns a deep clone.