comparison Core/Enumerations.h @ 2281:e002430baa41

Fix issue #44 (Bad interpretation of photometric interpretation MONOCHROME1)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Jun 2017 16:14:52 +0200
parents a3a65de1840f
children b8969010b534
comparison
equal deleted inserted replaced
2280:2e7a8ce24be2 2281:e002430baa41
522 LogLevel StringToLogLevel(const char* level); 522 LogLevel StringToLogLevel(const char* level);
523 523
524 ValueRepresentation StringToValueRepresentation(const std::string& vr, 524 ValueRepresentation StringToValueRepresentation(const std::string& vr,
525 bool throwIfUnsupported); 525 bool throwIfUnsupported);
526 526
527 PhotometricInterpretation StringToPhotometricInterpretation(const char* value);
528
527 unsigned int GetBytesPerPixel(PixelFormat format); 529 unsigned int GetBytesPerPixel(PixelFormat format);
528 530
529 bool GetDicomEncoding(Encoding& encoding, 531 bool GetDicomEncoding(Encoding& encoding,
530 const char* specificCharacterSet); 532 const char* specificCharacterSet);
531 533