# HG changeset patch # User Sebastien Jodogne # Date 1638874916 -3600 # Node ID 793b8f9c9d52664522b03da605cd36218947b9e7 # Parent 7ae09ea0cccdad791782d0b065e9547e1753da48 cppcheck diff -r 7ae09ea0cccd -r 793b8f9c9d52 Applications/Dicomizer.cpp --- a/Applications/Dicomizer.cpp Mon Dec 06 21:23:00 2021 +0100 +++ b/Applications/Dicomizer.cpp Tue Dec 07 12:01:56 2021 +0100 @@ -599,7 +599,7 @@ (OPTION_CYTOMINE_URL, boost::program_options::value(), "URL of the source Cytomine server, for instance: https://demo.cytomine.be/") (OPTION_CYTOMINE_PUBLIC_KEY, boost::program_options::value(), - "Your personal public key in Cytomine (to be kept secret)") + "Your personal public key in Cytomine (cf. Account in the Cytomine Web interface)") (OPTION_CYTOMINE_PRIVATE_KEY, boost::program_options::value(), "Your personal private key in Cytomine (to be kept secret)") (OPTION_CYTOMINE_IMAGE_INSTANCE_ID, boost::program_options::value(), diff -r 7ae09ea0cccd -r 793b8f9c9d52 Framework/DicomizerParameters.cpp --- a/Framework/DicomizerParameters.cpp Mon Dec 06 21:23:00 2021 +0100 +++ b/Framework/DicomizerParameters.cpp Tue Dec 07 12:01:56 2021 +0100 @@ -71,7 +71,9 @@ jpegQuality_(90), forceReencode_(false), opticalPath_(OpticalPath_Brightfield), - isCytomineSource_(false) + isCytomineSource_(false), + cytomineImageInstanceId_(-1), + cytomineCompression_(ImageCompression_Png) { backgroundColor_[0] = 255; backgroundColor_[1] = 255;