comparison Framework/Toolbox/DicomInstanceParameters.cpp @ 1027:dd8ff977aaf2

remove wrong comment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Oct 2019 12:40:33 +0200
parents a416ce923b60
children 5a18e6a395bc
comparison
equal deleted inserted replaced
1026:a416ce923b60 1027:dd8ff977aaf2
338 false)); 338 false));
339 Orthanc::ImageProcessing::Convert(*converted, pixelData); 339 Orthanc::ImageProcessing::Convert(*converted, pixelData);
340 340
341 // Correct rescale slope/intercept if need be 341 // Correct rescale slope/intercept if need be
342 //data_.ApplyRescale(*converted, (pixelData.GetFormat() == Orthanc::PixelFormat_Grayscale32)); 342 //data_.ApplyRescale(*converted, (pixelData.GetFormat() == Orthanc::PixelFormat_Grayscale32));
343 data_.ApplyRescale(*converted, false); // Using "true" is incompatible with asm.js on IE11 343 data_.ApplyRescale(*converted, false);
344 344
345 return converted.release(); 345 return converted.release();
346 } 346 }
347 347
348 348