X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvAnimatedGIFWriter.h;h=2fde827b8e25c7457b35a7c834a5347d39075299;hb=921642d767beba2442dacc8fdb40dc36396e1b7d;hp=82427791eb931ba944d87532cfe1eab214244a4c;hpb=3fd15028ab81e6746d3af96695526d7d973a26c8;p=clitk.git diff --git a/vv/vvAnimatedGIFWriter.h b/vv/vvAnimatedGIFWriter.h index 8242779..2fde827 100644 --- a/vv/vvAnimatedGIFWriter.h +++ b/vv/vvAnimatedGIFWriter.h @@ -32,12 +32,18 @@ public: vtkSetClampMacro(Loops, int, 0, 5000); vtkGetMacro(Loops, int); + // Description: + // Set/Get the dithering + vtkSetMacro(Dither, bool); + vtkGetMacro(Dither, bool); + protected: vvAnimatedGIFWriter(); ~vvAnimatedGIFWriter(); int Rate; int Loops; + bool Dither; vtkSmartPointer RGBvolume; std::vector< vtkSmartPointer > RGBslices;