comparison Applications/Dicomizer.cpp @ 106:18e9a5429cc4

clarification about --max-size option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 19 Aug 2017 10:52:59 +0200
parents ff0ef01c332c
children a51dee6a1515
comparison
equal deleted inserted replaced
105:42dcf1438943 106:18e9a5429cc4
503 ("tile-width", boost::program_options::value<int>(), "Width of the tiles in the target image") 503 ("tile-width", boost::program_options::value<int>(), "Width of the tiles in the target image")
504 ("tile-height", boost::program_options::value<int>(), "Height of the tiles in the target image") 504 ("tile-height", boost::program_options::value<int>(), "Height of the tiles in the target image")
505 ("compression", boost::program_options::value<std::string>(), 505 ("compression", boost::program_options::value<std::string>(),
506 "Compression of the target image (\"none\", \"jpeg\" or \"jpeg2000\")") 506 "Compression of the target image (\"none\", \"jpeg\" or \"jpeg2000\")")
507 ("jpeg-quality", boost::program_options::value<int>(), "Set quality level for JPEG (0..100)") 507 ("jpeg-quality", boost::program_options::value<int>(), "Set quality level for JPEG (0..100)")
508 ("max-size", boost::program_options::value<int>()->default_value(10), "Maximum size per DICOM instance (in MB)") 508 ("max-size", boost::program_options::value<int>()->default_value(10), "Maximum size per DICOM instance (in MB), 0 means no limit on the file size")
509 ("folder", boost::program_options::value<std::string>(), 509 ("folder", boost::program_options::value<std::string>(),
510 "Folder where to store the output DICOM instances") 510 "Folder where to store the output DICOM instances")
511 ("folder-pattern", boost::program_options::value<std::string>()->default_value("wsi-%06d.dcm"), 511 ("folder-pattern", boost::program_options::value<std::string>()->default_value("wsi-%06d.dcm"),
512 "Pattern for the files in the output folder") 512 "Pattern for the files in the output folder")
513 ("orthanc", boost::program_options::value<std::string>()->default_value("http://localhost:8042/"), 513 ("orthanc", boost::program_options::value<std::string>()->default_value("http://localhost:8042/"),