summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2019-05-16 23:25:48 +0200
committerGitHub <noreply@github.com>2019-05-16 23:25:48 +0200
commit05cb337f2d2276e43eb2f7bf33362f1e78204aff (patch)
tree6cbfbade8a7ca3af6e3a0cfe5772e67fb4f76465 /doc
parent2522a432568faa32974a27ca81ead5d8aa3975ce (diff)
parent28bff3d1adce4fd7fb2e0420ff31ceb4bcc5fbad (diff)
Merge pull request #28587 from Daw11/lanczos
Implement Lanczos image filter
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Image.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 641bd64599..8dfabdd884 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -603,6 +603,8 @@
If the image does not have mipmaps, they will be generated and used internally, but no mipmaps will be generated on the resulting image. (Note that if you intend to scale multiple copies of the original image, it's better to call [code]generate_mipmaps[/code] on it in advance, to avoid wasting processing power in generating them again and again.)
On the other hand, if the image already has mipmaps, they will be used, and a new set will be generated for the resulting image.
</constant>
+ <constant name="INTERPOLATE_LANCZOS" value="4" enum="Interpolation">
+ </constant>
<constant name="ALPHA_NONE" value="0" enum="AlphaMode">
</constant>
<constant name="ALPHA_BIT" value="1" enum="AlphaMode">