InsertBlock

WebPImage.InsertBlock method

Insert a new WebP block at the specified index within the image, enabling precise control over the block sequence. Integrate this method to seamlessly incorporate additional WebP blocks into the image data structure, facilitating advanced image processing and optimization within your application.

public void InsertBlock(int index, IFrame block)
ParameterTypeDescription
indexInt32The zero-based element, at which block will be inserted.
blockIFrameThe Webp block to add.

See Also