WebPOptions Class
Contents
[
Hide
]Summary: Create modern WebP raster web images using our API, featuring robust support for
lossless and lossy compression, as well as alpha channels and animation loops.
Enhance your web content with dynamic visuals while optimizing file sizes
for improved loading speeds and user experience.
Module: aspose.imaging.imageoptions
Full Name: aspose.imaging.imageoptions.WebPOptions
Inheritance: IHasXmpData, IHasMetadata, ImageOptionsBase
Constructors
Name | Description |
---|---|
WebPOptions() | Initializes a new instance of the WebPOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
anim_background_color | uint | r/w | Gets or sets the color of the animation background. |
anim_loop_count | ushort | r/w | Gets or sets the animation loop count. |
buffer_size_hint | int | r/w | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
disposed | bool | r | Gets a value indicating whether this instance is disposed. |
full_frame | bool | r/w | Gets or sets a value indicating whether [full frame]. |
keep_metadata | bool | r/w | Gets a value whether to keep original image metadata on export. |
lossless | bool | r/w | Gets or sets a value indicating whether this WebPOptions is lossless. |
multi_page_options | MultiPageOptions | r/w | The multipage options |
palette | IColorPalette | r/w | Gets or sets the color palette. |
quality | float | r/w | Gets or sets the quality. |
resolution_settings | ResolutionSetting | r/w | Gets or sets the resolution settings. |
source | Source | r/w | Gets or sets the source to create image in. |
vector_rasterization_options | VectorRasterizationOptions | r/w | Gets or sets the vector rasterization options. |
xmp_data | XmpPacketWrapper | r/w | Gets or sets the XMP metadata container. |
Methods
Name | Description |
---|---|
clone() | Creates a memberwise clone of this instance. |
Constructor: WebPOptions()
WebPOptions()
Initializes a new instance of the WebPOptions class.
Method: clone()
clone()
Creates a memberwise clone of this instance.
Returns
Type | Description |
---|---|
ImageOptionsBase | A memberwise clone of this instance. |