diff OrthancServer/Sources/ServerContext.h @ 5363:3c8286e5d07b multiple-jpeg-decoders

wip: try to add a jpeg decoder without colorspace conversion: not working now
author Alain Mazy <am@osimis.io>
date Tue, 11 Jul 2023 10:25:58 +0200
parents 566e8d32bd3a
children
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Thu Jul 06 21:08:05 2023 +0200
+++ b/OrthancServer/Sources/ServerContext.h	Tue Jul 11 10:25:58 2023 +0200
@@ -544,7 +544,8 @@
     virtual bool Transcode(DicomImage& target,
                            DicomImage& source /* in, "GetParsed()" possibly modified */,
                            const std::set<DicomTransferSyntax>& allowedSyntaxes,
-                           bool allowNewSopInstanceUid) ORTHANC_OVERRIDE;
+                           bool allowNewSopInstanceUid,
+                           bool enableColorMapConversion) ORTHANC_OVERRIDE;
 
     bool IsTranscodeDicomProtocol() const
     {