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.
| Constructor and Description |
|---|
BigTiffOptions(int expectedFormat)
Initializes a new instance of the
BigTiffOptions class. |
BigTiffOptions(int expectedFormat,
int byteOrder)
Initializes a new instance of the
BigTiffOptions class. |
BigTiffOptions(TiffDataType[] tags)
Initializes a new instance of the
BigTiffOptions class. |
BigTiffOptions(TiffOptions options)
Initializes a new instance of the
BigTiffOptions class. |
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
deepClone()
Clones this instance.
|
addTag, addTags, getAlphaStorage, getArtist, getBitsPerPixel, getBitsPerSample, getByteOrder, getColorMap, getCompressedQuality, getCompression, getCopyright, getDateTime, getDefaultMemoryAllocationLimit, getDocumentName, getExifData, getExifIfd, getExtraSamples, getFaxT4Options, getFileStandard, getFillOrder, getHalfToneHints, getIccProfile, getImageDescription, getImageLength, getImageWidth, getInkNames, getMaxSampleValue, getMinSampleValue, getOrientation, getPageName, getPageNumber, getPalette, getPhotometric, getPlanarConfiguration, getPredictor, getPremultiplyComponents, getResolutionSettings, getResolutionUnit, getRowsPerStrip, getSampleFormat, getSamplesPerPixel, getScannerManufacturer, getScannerModel, getSmaxSampleValue, getSminSampleValue, getSoftwareType, getStripByteCounts, getStripOffsets, getSubFileType, getTagByType, getTagCount, getTags, getTargetPrinter, getThreshholding, getTileByteCounts, getTileLength, getTileOffsets, getTileWidth, getTotalPages, getValidTagCount, getValidTagsCount, getXPAuthor, getXPComment, getXPKeywords, getXposition, getXPSubject, getXPTitle, getXresolution, getYCbCrCoefficients, getYCbCrSubsampling, getYposition, getYresolution, isDisableIccExport, isExtraSamplesPresent, isTagPresent, isTiled, isValid, removeTag, removeTags, setAlphaStorage, setArtist, setBitsPerSample, setByteOrder, setColorMap, setCompressedQuality, setCompression, setCopyright, setDateTime, setDefaultMemoryAllocationLimit, setDisableIccExport, setDocumentName, setExifData, setFaxT4Options, setFileStandard, setFillOrder, setHalfToneHints, setIccProfile, setImageDescription, setImageLength, setImageWidth, setInkNames, setMaxSampleValue, setMinSampleValue, setOrientation, setPageName, setPageNumber, setPalette, setPhotometric, setPlanarConfiguration, setPredictor, setPremultiplyComponents, setResolutionSettings, setResolutionUnit, setRowsPerStrip, setSampleFormat, setScannerManufacturer, setScannerModel, setSmaxSampleValue, setSminSampleValue, setSoftwareType, setStripByteCounts, setStripOffsets, setSubFileType, setTags, setTargetPrinter, setThreshholding, setTileByteCounts, setTileLength, setTileOffsets, setTileWidth, setXPAuthor, setXPComment, setXPKeywords, setXposition, setXPSubject, setXPTitle, setXresolution, setYCbCrCoefficients, setYCbCrSubsampling, setYposition, setYresolution, validategetBufferSizeHint, getFullFrame, getMultiPageOptions, getProgressEventHandler, getSource, getVectorRasterizationOptions, getXmpData, isKeepMetadata, setBufferSizeHint, setFullFrame, setKeepMetadata, setMultiPageOptions, setProgressEventHandler, setSource, setVectorRasterizationOptions, setXmpData, trySetMetadataclose, dispose, getDisposedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittrySetMetadatagetXmpData, setXmpDatapublic BigTiffOptions(int expectedFormat)
Initializes a new instance of the BigTiffOptions class. By default little endian convention is used.
expectedFormat - The expected Tiff file format.TiffExpectedFormatpublic BigTiffOptions(TiffOptions options)
Initializes a new instance of the BigTiffOptions class.
options - The options source.public BigTiffOptions(TiffDataType[] tags)
Initializes a new instance of the BigTiffOptions class.
tags - The tags for options initialization.public BigTiffOptions(int expectedFormat,
int byteOrder)
Initializes a new instance of the BigTiffOptions class.
expectedFormat - The expected Tiff file format.byteOrder - The tiff file format byte order to use.TiffExpectedFormat,
TiffByteOrderpublic ImageOptionsBase deepClone()
Clones this instance.
deepClone in class ImageOptionsBaseCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.