public final class BigTiffImage extends TiffImage
With the BigTiffImage class you can effortlessly manipulate
BigTiff image format files. Our API offering seamless handling and customization
options, ensuring optimal processing of large-scale image data with versatile features
tailored to your specific requirements.
| Constructor and Description |
|---|
BigTiffImage(TiffFrame frame)
Create a new instance of the
BigTiffImage class by initializing
it with a TiffFrame parameter. |
BigTiffImage(TiffFrame[] frames)
Begin utilizing the
BigTiffImage class seamlessly by
initializing a new instance with a list of TiffFrames parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
addPage(RasterImage page)
Effortlessly expand your BigTiff image by adding a new page with this intuitive method.
|
add, addFrame, addFrames, adjustBrightness, adjustContrast, adjustGamma, adjustGamma, alignResolutions, binarizeBradley, binarizeFixed, binarizeOtsu, crop, crop, dither, filter, getActiveFrame, getByteOrder, getFileFormat, getFrames, getHorizontalResolution, getOriginalOptions, getPageCount, getPages, getPremultiplyComponents, getVerticalResolution, grayscale, hasAlpha, insertFrame, normalizeAngle, removeFrame, removeFrame, removeMetadata, replaceFrame, resize, resizeHeightProportionally, resizeProportional, resizeWidthProportionally, rotateFlip, setActiveFrame, setByteOrder, setHorizontalResolution, setPremultiplyComponents, setResolution, setVerticalResolutionanalyzePercentageDigitalSignature, binarizeBradley, blend, cacheData, embedDigitalSignature, getBackgroundColor, getBitsPerPixel, getHeight, getImageOpacity, getMetadata, getPageExportingAction, getWidth, hasTransparentColor, isCached, isDigitalSigned, normalizeHistogram, replaceColor, replaceNonTransparentColors, resize, rotate, rotateFlipAll, setBackgroundColor, setPageExportingActionautoBrightnessContrastautoRotate, blend, blend, blend, dither, getArgb32Pixel, getDefaultArgb32Pixels, getDefaultPixels, getDefaultRawData, getDefaultRawData, getModifyDate, getPixel, getRawCustomColorConverter, getRawDataFormat, getRawDataSettings, getRawFallbackIndex, getRawIndexedColorConverter, getRawLineSize, getSkewAngle, getTransparentColor, getUpdateXmpData, getUseRawData, isDigitalSigned, isRawDataAvailable, isUsePalette, loadArgb32Pixels, loadArgb64Pixels, loadCmyk32Pixels, loadCmykPixels, loadPartialArgb32Pixels, loadPartialArgb64Pixels, loadPartialPixels, loadPixels, loadRawData, loadRawData, normalizeAngle, readArgb32ScanLine, readScanLine, replaceColor, replaceNonTransparentColors, rotate, saveArgb32Pixels, saveCmyk32Pixels, saveCmykPixels, savePixels, saveRawData, setArgb32Pixel, setPalette, setPixel, setRawCustomColorConverter, setRawFallbackIndex, setRawIndexedColorConverter, setTransparentColor, setTransparentColor, setUpdateXmpData, setUseRawData, toBitmap, writeArgb32ScanLine, writeScanLinecanLoad, canLoad, canLoad, canLoad, canSave, create, create, create, create, create, create, create, getBounds, getBufferSizeHint, getContainer, getDefaultOptions, getExifData, getFileFormat, getFileFormat, getFittingRectangle, getFittingRectangle, getInterruptMonitor, getIProgressEventHandler, getPalette, getProgressEventHandlerInfo, getProportionalHeight, getProportionalWidth, getSerializedStream, getSize, getXmpData, hasBackgroundColor, isAutoAdjustPalette, load, load, load, load, load, load, resize, resizeHeightProportionally, resizeHeightProportionally, resizeWidthProportionally, resizeWidthProportionally, save, save, save, save, save, save, save, save, setAutoAdjustPalette, setBackgroundColor, setBufferSizeHint, setExifData, setInterruptMonitor, setPalette, setXmpData, trySetMetadatagetDataStreamContainer, save, save, saveclose, dispose, getDisposedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPageExportingAction, setPageExportingActiontrySetMetadatagetExifData, setExifDatagetXmpData, setXmpDatapublic BigTiffImage(TiffFrame frame)
Create a new instance of the BigTiffImage class by initializing
it with a TiffFrame parameter. Ideal for developers seeking a convenient
way to work with BigTiffImage objects, ensuring flexibility and ease of integration
into their projects.
frame - The tiff frame to initialize image with.public BigTiffImage(TiffFrame[] frames)
Begin utilizing the BigTiffImage class seamlessly by
initializing a new instance with a list of TiffFrames parameter.
Perfect for developers seeking a straightforward method to work with
BigTiffImage objects containing multiple frames, ensuring efficiency of their projects.
frames - The frames.com.aspose.ms.System.ArgumentNullException - framespublic void addPage(RasterImage page)
Effortlessly expand your BigTiff image by adding a new page with this intuitive method. Perfect for developers seeking to dynamically enhance the content of their multi-page images.
addPage in interface IMultipageImageExtaddPage in class TiffImagepage - The page to add.com.aspose.ms.System.ArgumentNullException - page is null.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.