changeset 282:ea08ace91b81 iiif

integration default->iiif
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jul 2023 18:25:47 +0200
parents 34b507959e32 (current diff) b5b9719ef1c0 (diff)
children 04ea47a422d1
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:08:27 2023 +0200
+++ b/Applications/Dicomizer.cpp	Wed Jul 12 18:25:47 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";
       }
     }