| Package | Description |
|---|---|
| com.aspose.imaging.fileformats.webp |
The package handles WebP file format processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebPFrameBlock
Represents the webp blocks openers registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebPImage.addBlock(IFrame block)
Incorporate a new WebP block into the image, enriching its content and
facilitating advanced image manipulation.
|
void |
WebPImage.insertBlock(int index,
IFrame block)
Insert a new WebP block at the specified index within the image, enabling precise
control over the block sequence.
|
void |
WebPImage.removeBlock(IFrame block)
Remove the specified WebP block from the image, facilitating efficient management
of image data structure.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.