summaryrefslogtreecommitdiff
path: root/core/image.h
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2018-06-01 21:53:35 +0200
committerPedro J. Estébanez <pedrojrulez@gmail.com>2018-07-23 21:08:10 +0200
commit8c05c2830c62d38b8b159ecf13f2b22293bfe299 (patch)
tree172449d3464cfb34335692c54f73edceb5c66746 /core/image.h
parentff0d295d9e5472fe974b8e14030107ed8c4e394f (diff)
Add trilinear filtering to image scaling
Diffstat (limited to 'core/image.h')
-rw-r--r--core/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/image.h b/core/image.h
index e38fa19ded..fff893ebb1 100644
--- a/core/image.h
+++ b/core/image.h
@@ -107,6 +107,8 @@ public:
INTERPOLATE_NEAREST,
INTERPOLATE_BILINEAR,
INTERPOLATE_CUBIC,
+ INTERPOLATE_TRILINEAR,
+ /* INTERPOLATE_TRICUBIC, */
/* INTERPOLATE GAUSS */
};