X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmPixelReadConvert.h;h=6a329ff1b2012e2698b6058c304158768601c3f3;hb=f64c6a60dfa65993c5483e0df303dd86ee6623ce;hp=29a5b12dd4f6c8be3e83b6232377900cb5b0dae4;hpb=96cc99e8e141ceaf026104699c3273ad5fc88a1f;p=gdcm.git diff --git a/src/gdcmPixelReadConvert.h b/src/gdcmPixelReadConvert.h index 29a5b12d..6a329ff1 100644 --- a/src/gdcmPixelReadConvert.h +++ b/src/gdcmPixelReadConvert.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.h,v $ Language: C++ - Date: $Date: 2005/02/03 10:03:07 $ - Version: $Revision: 1.18 $ + Date: $Date: 2005/02/15 18:12:35 $ + Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -70,6 +70,7 @@ private: void ConvertSwapZone(); void ConvertReorderEndianity(); bool ConvertReArrangeBits() throw ( FormatError ); + void ConvertFixGreyLevels(); void ConvertRGBPlanesToRGBPixels(); void ConvertYcBcRPlanesToRGBPixels(); void ConvertHandleColor(); @@ -118,6 +119,7 @@ private: // For handling color stage int PlanarConfiguration; bool IsMonochrome; + bool IsMonochrome1; bool IsPaletteColor; bool IsYBRFull; bool HasLUT;