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

Structs

BatchParameter

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

BatchProcessor

Processes all input files using the SingleProcessor struct.

Parameter

The parameter required for SingleProcessor to run.

ResizedImageDetails

Contains the determined image details required for conversion.

SingleProcessor

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.