diff Resources/Configuration.json @ 3937:41eec97c23ef transcoding

documented new primitives in plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 May 2020 11:16:18 +0200
parents e6606d3ec892
children c205f670098e
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri May 15 18:35:09 2020 +0200
+++ b/Resources/Configuration.json	Mon May 18 11:16:18 2020 +0200
@@ -551,7 +551,8 @@
   // If some plugin to decode/transcode DICOM instances is installed,
   // this option specifies whether the built-in decoder/transcoder of
   // Orthanc (that uses DCMTK) is applied before or after the plugins,
-  // or is not applied at all. The allowed values for this option are
-  // "After" (default value), "Before", or "Disabled". (new in Orthanc 1.7.0)
+  // or is not applied at all (new in Orthanc 1.7.0). The allowed
+  // values for this option are "After" (default value, corresponding
+  // to the behavior of Orthanc <= 1.6.1), "Before", or "Disabled".
   "BuiltinDecoderTranscoderOrder" : "After"
 }