CrImage::WEBP::Options
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
Instance methods
use_extended_format
Source