diff OrthancFramework/Sources/Enumerations.h @ 5112:b89833d7ce22

Fix support for image/jpg mime type in /tools/create-dicom
author Alain Mazy <am@osimis.io>
date Wed, 23 Nov 2022 11:47:44 +0100
parents c94c1e08340e
children a3c3f13368ea
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.h	Tue Nov 22 18:01:23 2022 +0100
+++ b/OrthancFramework/Sources/Enumerations.h	Wed Nov 23 11:47:44 2022 +0100
@@ -35,6 +35,7 @@
 
   static const char* const MIME_BINARY = "application/octet-stream";
   static const char* const MIME_JPEG = "image/jpeg";
+  static const char* const MIME_JPG = "image/jpg";
   static const char* const MIME_JSON = "application/json";
   static const char* const MIME_JSON_UTF8 = "application/json; charset=utf-8";
   static const char* const MIME_PDF = "application/pdf";