I had an opportunity to boot into NT6 and experiment with the plugin. Lossless compression is strong. At the default complexity level 7 I can go and make coffee while it works. At complexity level 3 both encoding and decoding speed become faster and acceptable, and the ratio is still better than PNG on photographic data, and on par with JPEG-LS. It does handle screenshots well, but requires at least level 4. Lossless mode makes use of correlation between channels, and also recognizes low bit depth, such as 15-bit.
What is "modular" encoding? I notice that it increases the file size for the same quality factor, and has no effect in lossless. What additional parameters are there to tune for lossless compression?
The GUI should have a checkbox for lossless mode because the slider at 98 and 100 looks too similar.
The 64-bit version is much faster than 32-bit at high quality settings. Compression uses a fair bit of memory, but I didn't see it going past 1.7 GB.
A relative comparison of encoding and decoding times.
Enc JPEG-LS ... <1s
Enc PNG lv 8 .. ~1.5s
Enc q.98 64-bit ~3s
Enc q100 64-bit ~18s
Enc q.98 32-bit ~4s
Enc q100 32-bit ~1s .. cmpl 3
Enc q100 32-bit ~16s .. cmpl 4
Enc q100 32-bit ~26s
Dec q100 64-bit 702 ms
Dec q100 64-bit 452 ms .. cmpl 3
Dec q.98 64-bit 234 ms
Dec q100 32-bit 1466 ms
Dec q100 32-bit 1123 ms .. cmpl 3
Dec q.98 32-bit 265 ms
Dec JPEG-LS ... 296 ms
Dec PNG ....... 94 ms
Dec JPEG q98 .. 78 ms
What is "modular" encoding? I notice that it increases the file size for the same quality factor, and has no effect in lossless. What additional parameters are there to tune for lossless compression?
The GUI should have a checkbox for lossless mode because the slider at 98 and 100 looks too similar.
The 64-bit version is much faster than 32-bit at high quality settings. Compression uses a fair bit of memory, but I didn't see it going past 1.7 GB.
A relative comparison of encoding and decoding times.
Enc JPEG-LS ... <1s
Enc PNG lv 8 .. ~1.5s
Enc q.98 64-bit ~3s
Enc q100 64-bit ~18s
Enc q.98 32-bit ~4s
Enc q100 32-bit ~1s .. cmpl 3
Enc q100 32-bit ~16s .. cmpl 4
Enc q100 32-bit ~26s
Dec q100 64-bit 702 ms
Dec q100 64-bit 452 ms .. cmpl 3
Dec q.98 64-bit 234 ms
Dec q100 32-bit 1466 ms
Dec q100 32-bit 1123 ms .. cmpl 3
Dec q.98 32-bit 265 ms
Dec JPEG-LS ... 296 ms
Dec PNG ....... 94 ms
Dec JPEG q98 .. 78 ms
Comment