BigTiffImage

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.DataStreamSupporter, com.aspose.imaging.Image, com.aspose.imaging.RasterImage, com.aspose.imaging.RasterCachedImage, com.aspose.imaging.RasterCachedMultipageImage, com.aspose.imaging.fileformats.tiff.TiffImage

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.

Constructors

ConstructorDescription
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.

Methods

MethodDescription
addPage(RasterImage page)Effortlessly expand your BigTiff image by adding a new page with this intuitive method.

BigTiffImage(TiffFrame frame)

public 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.

Parameters:

ParameterTypeDescription
frameTiffFrameThe tiff frame to initialize image with.

BigTiffImage(TiffFrame[] frames)

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.

Parameters:

ParameterTypeDescription
framesTiffFrame[]The frames.

addPage(RasterImage page)

public 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.

Parameters:

ParameterTypeDescription
pageRasterImageThe page to add.