WebWebpLosslessFormatSettings Class Properties
In This Topic
For a list of all properties of this type, see
WebWebpLosslessFormatSettings.
Public Properties
| | Name | Description |
 | NearLossless | Gets a value indicating whether near lossless mode should be used. This option adjusts pixel values to help compressibility, but has minimal impact on the visual quality. |
 | NearLosslessQuality | Gets the quality of near-lossless image preprocessing. The range is 0 (maximum preprocessing) to 100 (no preprocessing, the default). Note that lossy with -q 100 can at times yield better results. |
 | TransparentColorMode | Gets a value indicating whether to preserve the exact RGB values under transparent area. Otherwise, discard this invisible RGB information for better compression. The default value is Clear. |
See Also