diff options
author | Daw11 <davidebusterna@gmail.com> | 2019-05-05 14:03:52 +0200 |
---|---|---|
committer | Daw11 <davidebusterna@gmail.com> | 2019-05-05 14:03:56 +0200 |
commit | 28bff3d1adce4fd7fb2e0420ff31ceb4bcc5fbad (patch) | |
tree | 17c2b7aabd91d99a5734d5e0ab5ef78919d49f70 /doc/classes | |
parent | d8617f237acbed21ca4b1a9e7df2d28b32e511b1 (diff) |
Implement Lanczos image filter
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Image.xml | 2 |
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"> |