Searched defs:WebPConfig (Results 1 – 1 of 1) sorted by relevance
31 typedef struct WebPConfig WebPConfig; typedef95 struct WebPConfig { struct96 int lossless; // Lossless encoding (0=lossy(default), 1=lossless).97 float quality; // between 0 and 100. For lossy, 0 gives the smallest102 int method; // quality/speed trade-off (0=fast, 6=slower-better)104 WebPImageHint image_hint; // Hint for image type (lossless only for now).106 int target_size; // if non-zero, set the desired target size in bytes.108 float target_PSNR; // if non-zero, specifies the minimal distortion to110 int segments; // maximum number of segments to use, in [1..4]111 int sns_strength; // Spatial Noise Shaping. 0=off, 100=maximum.[all …]