Releases: novomesk/qt-jpegxl-image-plugin
Animation support fixes
Plug-in based on libjxl 0.7.x API
The new MSVC build uses Qt 5.15.2 and libjxl 0.7.0
Security scan:
https://www.virustotal.com/gui/file/e1400aa8383eaee9eda62a4c980c21aee40b99ae9b661cc9e191295e3a8c9e22
Stable and faster
This version requires at least libjxl 0.6.1 which contains important fixes allowing safer multi-thread performance.
Security scan (Qt 5.14 version):
https://www.virustotal.com/gui/file/7c10fabc2265b8b697e9017c64b05e389979a154dbc5ed32372f5cc719b7f87a/detection
Security scan (Qt 5.15 version):
https://www.virustotal.com/gui/file/a82b9484bf9c8f504368def0f8ecb21d945638a9108e9aa33aada481e9e31b63/detection
Better stability
Plug-in has single-thread performance now. It is a workaround to avoid crashes on some files.
Security scan: https://www.virustotal.com/gui/file/364645e9971b479345d498763bd60279dc84271c461b927fd476b22c31fc72cd/detection
Less memory usage
The plug-in was rewritten.
When playing long animation, plug-in loads frames on-demand (previous version cached all frames in memory first).
https://www.virustotal.com/gui/file/9e031f9695278ada3f012f4a276655523daedaa13e525cfd7d3e53736f4bd0c5/detection
In order to enable nomacs image viewer to open JPEG XL files, put qjpegxl.dll into C:\Program Files\nomacs\bin\imageformats\
folder.
Plug-in for PhotoQt
qjpegxl.dll enables PhotoQt v2.3 to open JXL files.
Copy qjpegxl.dll into C:\Program Files\PhotoQt\imageformats\
folder.
qjpegxl.dll can be used by other Win64 Qt-based applications. But the application must be built using MSVC compiler and the Qt must be at least 5.14 version.
nomacs is known to work with the qjpegxl.dll too (use C:\Program Files\nomacs\bin\imageformats\
folder).