Type Definitions
ConverterOptions
Conversion options for GIF/PNG output.
Type:
Properties- Object
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
quality | number | <optional> | 10 | GIF quality (1-100, lower = smaller file) |
transparent | string | <optional> | '0x000000' | Transparent color as |
- Source
Job
A single conversion job describing input and desired output.
Type:
Properties- Object
| Name | Type | Attributes | Description |
|---|---|---|---|
input | string | Path to input WebP file | |
output | string | <optional> | Output path; auto-generated when omitted |
settings | ConverterOptions | <optional> | Per-job conversion settings |
- Source