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)
SourceInstance methods
use_extended_format
Sourceuse_extended_format=(use_extended_format : Bool)
Source