diff options
author | Ferenc Arn <tagcup@yahoo.com> | 2017-04-26 10:49:08 -0500 |
---|---|---|
committer | Ferenc Arn <tagcup@yahoo.com> | 2017-05-31 18:59:00 -0500 |
commit | 6a9c990da72a737fa95d9e97d53f835706aea7c3 (patch) | |
tree | 0f5c1d36279bef5d0d5c84fc1d3fb24256b65ba8 /doc/base | |
parent | bd26fa7bf2bf02f9ef17ad4ef3a93ffed3ffcf56 (diff) |
Add ETC1/ETC2 compression support though etc2comp.
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04.
Fixes #8457.
Diffstat (limited to 'doc/base')
-rw-r--r-- | doc/base/classes.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index da614e14d3..dd827bd3e6 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"> |