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)
Adds a new Webp block.
|
void |
WebPImage.insertBlock(int index,
IFrame block)
Adds a new Webp block.
|
void |
WebPImage.removeBlock(IFrame block)
Removes the Webp block.
|