[]
Saves the image into a Stream in WEBP format.
public void SaveAsWebp(Stream stream, WebpOptions options = null)
Public Sub SaveAsWebp(stream As Stream, Optional options As WebpOptions = Nothing)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The output stream. |
| WebpOptions | options | The options for the WEBP image encoder. |
Saves the image into a file in WEBP format.
public void SaveAsWebp(string filePath, WebpOptions options = null)
Public Sub SaveAsWebp(filePath As String, Optional options As WebpOptions = Nothing)
| Type | Name | Description |
|---|---|---|
| string | filePath | The output file path. |
| WebpOptions | options | The options for the WEBP image encoder. |