Merge pull request #67948 from DeeJayLSP/split_webp

Overhaul WebP packer and split compression options
This commit is contained in:
Rémi Verschelde
2022-11-15 16:25:40 +01:00
6 changed files with 34 additions and 38 deletions

View File

@@ -21,7 +21,7 @@
<param index="3" name="lossy_quality" type="float" default="0.8" />
<description>
Initializes the compressed texture from a base image. The compression mode must be provided.
If this image will be used as a normal map, the "normal map" flag is recommended, to ensure optimum quality.
[param normal_map] is recommended to ensure optimum quality if this image will be used as a normal map.
If lossy compression is requested, the quality setting can optionally be provided. This maps to Lossy WebP compression quality.
</description>
</method>