struct

CrImage::WEBP::Options

Inherits Struct / Value / Object

Encoding options for WebP encoder.

Configures WebP encoding behavior and output format.

Properties:

  • use_extended_format : Whether to use VP8X extended format (default: false)

The extended format (VP8X) provides additional metadata and features like alpha channel flags, but adds overhead. Simple VP8L format is sufficient for most lossless images.

Constructors

new(use_extended_format : Bool = false)
Source

Instance methods

use_extended_format
Source
use_extended_format=(use_extended_format : Bool)
Source