diff OrthancFramework/Sources/Enumerations.cpp @ 5054:255b02c68908

Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)
author Alain Mazy <am@osimis.io>
date Fri, 08 Jul 2022 15:26:52 +0200
parents 3444990cf295
children b89833d7ce22
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.cpp	Fri Jul 08 07:24:10 2022 +0200
+++ b/OrthancFramework/Sources/Enumerations.cpp	Fri Jul 08 15:26:52 2022 +0200
@@ -1914,6 +1914,7 @@
         return 6;
 
       case PixelFormat_Grayscale64:
+      case PixelFormat_RGBA64:
         return 8;
 
       default: