Module html5_picture::webp::processor[][src]

Expand description

Contains the processors that execute the single and batch conversion.

Structs

Contains all the required and optional parameter for the BatchProcessor. Currently it is only a wrapper around the single processor parameter.

Processes all input files using the SingleProcessor struct.

The parameter required for SingleProcessor to run.

Resizes and converts the given input file to webp format. Every function of This instance is single threaded. Multi threading support is provided by the BatchProcessor struct.