Mercurial > hg > orthanc
diff OrthancServer/FromDcmtkBridge.cpp @ 860:80c7e53a69b5 jpeg
bugfix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 07 Jun 2014 10:32:15 +0200 |
parents | 610a9a1ed855 |
children | a546b05a43da |
line wrap: on
line diff
--- a/OrthancServer/FromDcmtkBridge.cpp Fri Jun 06 18:12:31 2014 +0200 +++ b/OrthancServer/FromDcmtkBridge.cpp Sat Jun 07 10:32:15 2014 +0200 @@ -532,7 +532,6 @@ ImageBuffer tmp; if (DicomImageDecoder::Decode(tmp, dataset, frame, PixelFormat_Grayscale8, DicomImageDecoder::Mode_Truncate)) { - printf("%d %d %d\n", tmp.GetWidth(), tmp.GetHeight(), tmp.GetFormat()); ImageAccessor accessor(tmp.GetAccessor()); PngWriter writer; writer.WriteToMemory(result, accessor);