# HG changeset patch # User Sebastien Jodogne # Date 1689179147 -7200 # Node ID ea08ace91b815bbd88a2056fb0b3dd17b5b8a86e # Parent 34b507959e328299f4514bfbce43f7f5e64f7ab2# Parent b5b9719ef1c0997249e3b6a6912c7b3dbb4637fc integration default->iiif diff -r 34b507959e32 -r ea08ace91b81 Applications/Dicomizer.cpp --- 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"; } }