comparison Framework/DicomizerParameters.cpp @ 323:429c4efa1fde

added option --force-openslide
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Oct 2024 19:36:01 +0200
parents 0c34b6625c67
children a92bb720f90b
comparison
equal deleted inserted replaced
322:778e08291d52 323:429c4efa1fde
73 forceReencode_(false), 73 forceReencode_(false),
74 opticalPath_(OpticalPath_Brightfield), 74 opticalPath_(OpticalPath_Brightfield),
75 isCytomineSource_(false), 75 isCytomineSource_(false),
76 cytomineImageInstanceId_(-1), 76 cytomineImageInstanceId_(-1),
77 cytomineCompression_(ImageCompression_Png), 77 cytomineCompression_(ImageCompression_Png),
78 forceOpenSlide_(false),
78 tiffAlignment_(1) 79 tiffAlignment_(1)
79 { 80 {
80 backgroundColor_[0] = 255; 81 backgroundColor_[0] = 255;
81 backgroundColor_[1] = 255; 82 backgroundColor_[1] = 255;
82 backgroundColor_[2] = 255; 83 backgroundColor_[2] = 255;