comparison Framework/Radiography/RadiographyLayer.cpp @ 432:4eb96c6b4e96 am-vsol-upgrade

improved handling of MONOCHROME1, background and invertion
author am@osimis.io
date Mon, 03 Dec 2018 13:53:29 +0100
parents b85f635f1eb5
children 04711a2e12cd
comparison
equal deleted inserted replaced
431:26b90b110719 432:4eb96c6b4e96
183 183
184 RadiographyLayer::RadiographyLayer() : 184 RadiographyLayer::RadiographyLayer() :
185 index_(0), 185 index_(0),
186 hasSize_(false), 186 hasSize_(false),
187 width_(0), 187 width_(0),
188 height_(0) 188 height_(0),
189 prefferedPhotometricDisplayMode_(PhotometricDisplayMode_Default)
189 { 190 {
190 UpdateTransform(); 191 UpdateTransform();
191 } 192 }
192 193
193 void RadiographyLayer::ResetCrop() 194 void RadiographyLayer::ResetCrop()