comparison 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
comparison
equal deleted inserted replaced
3936:01d4667f5c44 3937:41eec97c23ef
549 "TranscodeDicomProtocol" : true, 549 "TranscodeDicomProtocol" : true,
550 550
551 // If some plugin to decode/transcode DICOM instances is installed, 551 // If some plugin to decode/transcode DICOM instances is installed,
552 // this option specifies whether the built-in decoder/transcoder of 552 // this option specifies whether the built-in decoder/transcoder of
553 // Orthanc (that uses DCMTK) is applied before or after the plugins, 553 // Orthanc (that uses DCMTK) is applied before or after the plugins,
554 // or is not applied at all. The allowed values for this option are 554 // or is not applied at all (new in Orthanc 1.7.0). The allowed
555 // "After" (default value), "Before", or "Disabled". (new in Orthanc 1.7.0) 555 // values for this option are "After" (default value, corresponding
556 // to the behavior of Orthanc <= 1.6.1), "Before", or "Disabled".
556 "BuiltinDecoderTranscoderOrder" : "After" 557 "BuiltinDecoderTranscoderOrder" : "After"
557 } 558 }