Searched defs:WebPConfig (Results 1 – 3 of 3) sorted by relevance
31 typedef struct WebPConfig WebPConfig; typedef94 struct WebPConfig { struct109 int segments; // maximum number of segments to use, in [1..4]110 int sns_strength; // Spatial Noise Shaping. 0=off, 100=maximum.111 int filter_strength; // range: [0 = off .. 100 = strongest]112 int filter_sharpness; // range: [0 = off .. 7 = least sharp]118 int alpha_filtering; // Predictive filtering method for alpha plane.120 int alpha_quality; // Between 0 (smallest size) and 100 (lossless).124 int show_compressed; // if true, export the compressed picture back.126 int preprocessing; // preprocessing filter:[all …]
Completed in 9 milliseconds