Mercurial > hg > orthanc-wsi
changeset 31:8e1dfd531335
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Oct 2016 17:25:57 +0200 (2016-10-27) |
parents | 3d9ecbdfe71f |
children | d473ea5b00ff |
files | Applications/ApplicationToolbox.cpp Applications/DicomToTiff.cpp Applications/Dicomizer.cpp |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/ApplicationToolbox.cpp Thu Oct 27 16:50:10 2016 +0200 +++ b/Applications/ApplicationToolbox.cpp Thu Oct 27 17:25:57 2016 +0200 @@ -184,7 +184,7 @@ << path << " " << ORTHANC_WSI_VERSION << std::endl << "Copyright (C) 2012-2016 Sebastien Jodogne, " << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl - << "Licensing AGPL: GNU AGPL version 3 or later <http://gnu.org/licenses/gpl.html>." << std::endl + << "Licensing AGPL: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl.html>." << std::endl << "This is free software: you are free to change and redistribute it." << std::endl << "There is NO WARRANTY, to the extent permitted by law." << std::endl << std::endl
--- a/Applications/DicomToTiff.cpp Thu Oct 27 16:50:10 2016 +0200 +++ b/Applications/DicomToTiff.cpp Thu Oct 27 17:25:57 2016 +0200 @@ -56,7 +56,7 @@ target.add_options() ("color", boost::program_options::value<std::string>(), "Color of the background for missing tiles (e.g. \"255,0,0\")") ("reencode", boost::program_options::value<bool>(), - "Whether to reencode each tile in JPEG (no transcoding, much slower) (Boolean)") + "Whether to re-encode each tile in JPEG (no transcoding, much slower) (Boolean)") ("jpeg-quality", boost::program_options::value<int>(), "Set quality level for JPEG (0..100)") ;
--- a/Applications/Dicomizer.cpp Thu Oct 27 16:50:10 2016 +0200 +++ b/Applications/Dicomizer.cpp Thu Oct 27 17:25:57 2016 +0200 @@ -466,7 +466,7 @@ source.add_options() ("dataset", boost::program_options::value<std::string>(), "Path to a JSON file containing the DICOM dataset") ("sample-dataset", "Display a minimalistic sample DICOM dataset in JSON format, then exit") - ("reencode", boost::program_options::value<bool>(), "Whether to reencode each tile (no transcoding, much slower) (Boolean)") + ("reencode", boost::program_options::value<bool>(), "Whether to re-encode each tile (no transcoding, much slower) (Boolean)") ("repaint", boost::program_options::value<bool>(), "Whether to repaint the background of the image (Boolean)") ("color", boost::program_options::value<std::string>(), "Color of the background (e.g. \"255,0,0\")") ;