diff Framework/Enumerations.h @ 141:88bca952cb17 wasm

ImageBuffer3D::GetPixelGrayscale8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Jan 2018 17:23:21 +0100
parents e2fe9352f240
children f19194a11c1d
line wrap: on
line diff
--- a/Framework/Enumerations.h	Thu Jan 18 14:42:33 2018 +0100
+++ b/Framework/Enumerations.h	Thu Jan 18 17:23:21 2018 +0100
@@ -63,7 +63,9 @@
   enum ImageInterpolation
   {
     ImageInterpolation_Nearest,
-    ImageInterpolation_Linear
+    ImageInterpolation_Linear,
+    ImageInterpolation_Bilinear,
+    ImageInterpolation_Trilinear
   };
 
   enum KeyboardModifiers