comparison Core/DicomFormat/DicomImageInformation.h @ 1905:8b1baa2315b8

Huge speedup if decoding the family of JPEG transfer syntaxes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Jan 2016 17:25:01 +0100
parents b1291df2f780
children 6c73df12ca51
comparison
equal deleted inserted replaced
1904:4be8accf8768 1905:8b1baa2315b8
117 PhotometricInterpretation GetPhotometricInterpretation() const 117 PhotometricInterpretation GetPhotometricInterpretation() const
118 { 118 {
119 return photometric_; 119 return photometric_;
120 } 120 }
121 121
122 bool ExtractPixelFormat(PixelFormat& format) const; 122 bool ExtractPixelFormat(PixelFormat& format,
123 bool ignorePhotometricInterpretation) const;
123 }; 124 };
124 } 125 }