Mercurial > hg > orthanc-wsi
changeset 281:b5b9719ef1c0
log
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 12 Jul 2023 18:22:14 +0200 |
parents | 77afef2cf64b |
children | ea08ace91b81 a43c2e6abce6 |
files | Applications/Dicomizer.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/Dicomizer.cpp Wed Jul 12 18:06:34 2023 +0200 +++ b/Applications/Dicomizer.cpp Wed Jul 12 18:22:14 2023 +0200 @@ -1084,11 +1084,13 @@ if (!volume.HasWidth()) { volume.SetWidth(volumeWidth); + LOG(WARNING) << "Width of the imaged volume extracted using OpenSlide: " << volumeWidth << "mm"; } if (!volume.HasHeight()) { volume.SetHeight(volumeHeight); + LOG(WARNING) << "Height of the imaged volume extracted using OpenSlide: " << volumeHeight << "mm"; } }