diff Plugin/DecodedImageAdapter.h @ 173:4f0f4f64cff3

Support of rendering RGB48 lookup tables (palette)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Oct 2017 13:26:15 +0200
parents 5dc54316d68b
children 81f16c5667ba
line wrap: on
line diff
--- a/Plugin/DecodedImageAdapter.h	Tue Oct 10 12:53:46 2017 +0200
+++ b/Plugin/DecodedImageAdapter.h	Tue Oct 10 13:26:15 2017 +0200
@@ -52,8 +52,7 @@
                                        OrthancImageWrapper& image);
 
     static bool EncodeUsingDeflate(Json::Value& result,
-                                   OrthancImageWrapper& image,
-                                   uint8_t compressionLevel  /* between 0 and 9 */);
+                                   OrthancImageWrapper& image);
 
     static bool EncodeUsingJpeg(Json::Value& result,
                                 OrthancImageWrapper& image,