@return The current WebP save compression method. */
| 117 | |
| 118 | /** @return The current WebP save compression method. */ |
| 119 | int webpCompressionMethod() const { return mWebPCompressionMethod; } |
| 120 | |
| 121 | /** Set the save compression method of WebP files ( between 0 and 6 ) |
| 122 | * quality/speed trade-off (0=fast, 6=slower-better) |