| Package | Description |
|---|---|
| com.aspose.imaging.fileformats.bigtiff |
The package handling BigTiff file format processing.
|
| com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
| 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 |
|---|---|
static TiffFrame |
TiffFrame.copyFrame(TiffFrame tiffFrame)
Copies the entire frame (duplicates).
|
static TiffFrame |
TiffFrame.createFrameFrom(TiffFrame tiffFrame,
TiffOptions options)
Creates the frame from specified
tiffFrame using the specified options. |
TiffFrame |
TiffImage.getActiveFrame()
Manage the active frame seamlessly, facilitating dynamic navigation and
manipulation within the designated context.
|
TiffFrame[] |
TiffImage.getFrames()
Retrieve an array of
TiffFrame instances, enabling comprehensive
access and manipulation of individual frames within the TIFF image. |
TiffFrame |
TiffImage.removeFrame(int index)
Effortlessly eliminate the frame identified by its index from the image sequence,
streamlining frame management within your application.
|
TiffFrame |
TiffImage.replaceFrame(int index,
TiffFrame frameToReplace)
Substitute the frame at the designated position with another frame seamlessly,
facilitating dynamic frame management within the image sequence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TiffImage.addFrame(TiffFrame frame)
Incorporate the specified frame seamlessly into the image, expanding its content
and versatility.
|
void |
TiffImage.addFrames(TiffFrame[] frames)
Integrate the array of frames seamlessly into the image, enriching its content and
versatility.
|
static TiffFrame |
TiffFrame.copyFrame(TiffFrame tiffFrame)
Copies the entire frame (duplicates).
|
static TiffFrame |
TiffFrame.createFrameFrom(TiffFrame tiffFrame,
TiffOptions options)
Creates the frame from specified
tiffFrame using the specified options. |
void |
TiffImage.insertFrame(int index,
TiffFrame frameToInsert)
Insert the new frame at the specified index within the frame sequence, ensuring
precise control over frame arrangement.
|
void |
TiffImage.removeFrame(TiffFrame frame)
Efficiently remove the specified frame from the image sequence, facilitating
streamlined frame management within your application.
|
TiffFrame |
TiffImage.replaceFrame(int index,
TiffFrame frameToReplace)
Substitute the frame at the designated position with another frame seamlessly,
facilitating dynamic frame management within the image sequence.
|
void |
TiffImage.setActiveFrame(TiffFrame value)
Manage the active frame seamlessly, facilitating dynamic navigation and
manipulation within the designated context.
|
| Constructor and Description |
|---|
TiffImage(TiffFrame frame)
Initialize a new object of the
TiffImage class, specifying the
frame parameter. |
TiffImage(TiffFrame[] frames)
Create a new instance of the
TiffImage class, providing a list of
frames as a parameter. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.