comparison OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.cpp @ 4297:785a2713323e

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 17:20:49 +0100
parents 9279de56a405
children cb9aef006229
comparison
equal deleted inserted replaced
4296:3b70a2e6a06c 4297:785a2713323e
969 { 969 {
970 assert(image.get() != NULL); 970 assert(image.get() != NULL);
971 971
972 if (invert) 972 if (invert)
973 { 973 {
974 Orthanc::ImageProcessing::Invert(*image); 974 ImageProcessing::Invert(*image);
975 } 975 }
976 } 976 }
977 else 977 else
978 { 978 {
979 throw OrthancException(ErrorCode_NotImplemented); 979 throw OrthancException(ErrorCode_NotImplemented);