# HG changeset patch # User Sebastien Jodogne # Date 1477573380 -7200 # Node ID 8ba39f9ce8d408efca8c80fccb93f048501b05bb # Parent 779b7ce35a0fcb7a74adab267175c47ed9411ba1 fix diff -r 779b7ce35a0f -r 8ba39f9ce8d4 Applications/Dicomizer.cpp --- a/Applications/Dicomizer.cpp Thu Oct 27 13:26:30 2016 +0200 +++ b/Applications/Dicomizer.cpp Thu Oct 27 15:03:00 2016 +0200 @@ -156,6 +156,7 @@ parameters.GetTargetTileHeight(source), parameters.GetDicomMaxFileSize(), volume); + target.SetJpegQuality(parameters.GetJpegQuality()); LOG(WARNING) << "Size of target tiles: " << target.GetTileWidth() << "x" << target.GetTileHeight();