Package | Description |
---|---|
com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
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()
Gets or sets the active frame.
|
TiffFrame[] |
TiffImage.getFrames()
Gets Frames array of the image.
|
TiffFrame |
TiffImage.removeFrame(int index)
Removes the frame by its index.
|
TiffFrame |
TiffImage.replaceFrame(int index,
TiffFrame frameToReplace)
Replaces the frame at the specified position.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffImage.addFrame(TiffFrame frame)
Adds the frame to image
|
void |
TiffImage.addFrames(TiffFrame[] frames)
Adds the frames array to image
|
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)
The insert frame.
|
void |
TiffImage.removeFrame(TiffFrame frame)
Removes the specified frame.
|
TiffFrame |
TiffImage.replaceFrame(int index,
TiffFrame frameToReplace)
Replaces the frame at the specified position.
|
void |
TiffImage.setActiveFrame(TiffFrame value)
Gets or sets the active frame.
|
Constructor and Description |
---|
TiffImage(TiffFrame frame)
Initializes a new instance of the
TiffImage class. |
TiffImage(TiffFrame[] frames)
Initializes a new instance of the
TiffImage class. |