diff Framework/Enumerations.h @ 93:5945e81734a3 wasm

decoding of JPEG images
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 May 2017 17:28:31 +0200
parents 28956ed68280
children 42c05a3baee3
line wrap: on
line diff
--- a/Framework/Enumerations.h	Mon May 29 11:42:53 2017 +0200
+++ b/Framework/Enumerations.h	Mon May 29 17:28:31 2017 +0200
@@ -71,4 +71,12 @@
     KeyboardModifiers_Control = (1 << 1),
     KeyboardModifiers_Alt = (1 << 2)
   };
+
+  enum SliceImageQuality
+  {
+    SliceImageQuality_Full,
+    SliceImageQuality_Jpeg50,
+    SliceImageQuality_Jpeg90,
+    SliceImageQuality_Jpeg95
+  };
 }