https://bugs.kde.org/show_bug.cgi?id=500877
--- Comment #8 from jonathanb...@gmail.com ---
If you mean regressions, the float issue hasn't been fixed since as far as I'm
aware, no one else is using 32bit float in such a large scale yet, so it's low
priority. It could likely be fixed within a week
https://bugs.kde.org/show_bug.cgi?id=500877
--- Comment #7 from Halla Rempt ---
Yes, I am kinda afraid of depending on an external library for that reason.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=500877
--- Comment #6 from jonathanb...@gmail.com ---
(In reply to jonathanbr30 from comment #5)
> If you test a file using floats, it should be noted that libjxl has a
> regression since v0.10
> that causes 32bit files to bloat massively when the real/effecti
https://bugs.kde.org/show_bug.cgi?id=500877
--- Comment #4 from Halla Rempt ---
Ora is already much smaller:
-rw-rw-r-- 1 halla halla 3754673 mrt 1 12:47 /home/halla/bla3.ora
and on manually converting the png in the ora to jxl and zipping back up:
-rw-rw-r-- 1 halla halla 2600118 mrt 1 12
https://bugs.kde.org/show_bug.cgi?id=500877
--- Comment #3 from Halla Rempt ---
However, switching to uncompressed tiles make the .kra file balloon:
-rw-rw-r-- 1 halla halla 11050830 mrt 1 12:43 /home/halla/bla1.kra -- lzf
-rw-rw-r-- 1 halla halla 141850973 mrt 1 12:45 /home/halla/bla2.kra -
https://bugs.kde.org/show_bug.cgi?id=500877
Halla Rempt changed:
What|Removed |Added
Status|REPORTED|CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=500877
--- Comment #1 from Halla Rempt ---
Git commit 66c8d985cc4aa5e92afcb6c904959303d6a08f0d by Halla Rempt.
Committed on 01/03/2025 at 11:37.
Pushed by rempt into branch 'master'.
Remove unused KoLZF code
This dates back to the old KOffice days...
M +0
https://bugs.kde.org/show_bug.cgi?id=500877
--- Comment #5 from jonathanb...@gmail.com ---
If you test a file using floats, it should be noted that libjxl has a
regression since v0.10 that causes 32bit files to bloat massively when the
real/effective bitdepth is actually lower. In my short tests,
https://bugs.kde.org/show_bug.cgi?id=500877
Halla Rempt changed:
What|Removed |Added
Severity|wishlist|normal
--- Comment #2 from Halla Rempt ---
Yes..