summaryrefslogtreecommitdiff
path: root/doc/base
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-06-13 19:17:13 -0300
committerGitHub <noreply@github.com>2017-06-13 19:17:13 -0300
commita8e845a474c01c4cde1416ed00e6ae456786c1fb (patch)
tree073d311971752a8fbd3df72def311c6f70e8e8de /doc/base
parenta8a1f2e2a864e6b58d5bcf1c7e53a43cdb6d95d9 (diff)
parent6a9c990da72a737fa95d9e97d53f835706aea7c3 (diff)
Merge pull request #8548 from tagcup/etc2comp
Add ETC1/ETC2 compression support though etc2comp.
Diffstat (limited to 'doc/base')
-rw-r--r--doc/base/classes.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 20406bb483..612ab42c17 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -18490,8 +18490,10 @@
</return>
<argument index="0" name="format" type="int" default="0">
</argument>
+ <argument index="0" name="quality" type="float" default="0">
+ </argument>
<description>
- Return a new compressed [Image] from this [Image] using one of [Image].COMPRESS_*.
+ Return a new compressed [Image] from this [Image] using one of [Image].COMPRESS_*. Quality only affects ETC1 and ETC2 encoding.
</description>
</method>
<method name="converted">