diff NEWS @ 5742:078b724dcbf8

if frame decoding fails, transcode to LittleEndianExplicit using plugins and decode with built-in decoder
author Alain Mazy <am@orthanc.team>
date Thu, 29 Aug 2024 12:33:41 +0200
parents 49c29af02b13
children 9d6167ddcb35 7fadeb395359
line wrap: on
line diff
--- a/NEWS	Tue Aug 27 15:14:22 2024 +0200
+++ b/NEWS	Thu Aug 29 12:33:41 2024 +0200
@@ -23,6 +23,11 @@
   at the same time.
 * Upgraded dependencies for static builds:
   - curl 8.9.0
+* Added a new fallback when trying to decode a frame: transcode the file using the plugin
+  before decoding the frame.  This solves some issues with JP2K Lossy compression:
+  https://discourse.orthanc-server.org/t/decoding-displaying-jpeg2000-lossy-images/5117
+* Added a new warning that can be disabled in the configuration: W003_DecoderFailure
+
 
 
 Version 1.12.4 (2024-06-05)