yoochan
yoochan
I agree with @eskhool: an opening character (brace, bracket, etc.) give me an extra indent (ie. tab) on the next line. As a "tabber" too, I can not understand the...
Hello ! I would be interested in using wuffs to decode jpeg xl ! However I remember reading, I don't remember where, that wuffs can only work on size limited...
my bad, I found where I read about this limit, and it was indeed for webp https://github.com/nigeltao/qoir As a matter of fact, I was thinking of using the wuffs language,...
I'll be interested too 😁 I plan something similar for jpegxl, if the developer could enlight us about the pros and cons, the dos and don'ts, based on his experience?...
I can confirm that without -Werror it works (with a warning) ```patch --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -367,7 +367,7 @@ else () ) if (JPEGXL_WARNINGS_AS_ERRORS) - add_compile_options(-Werror) + # add_compile_options(-Werror)...
Indeed, the use case is useless but: * This regression may hide a quality issue, gaborish and gaborish inverse filters should match as much as possible (it can be since...
Thanks ! It was not much about importing libreoffice equations and more about using a clear and concise syntax :) I'll have a look at how to write new input...
Well, I get a better result with cjxl for the image you shared: * `cjxl -d 0 -e 10 -I 100` gives 487308 bytes * `cwebp -lossless -z 9` gives...
don't forget to try some options like -I 100, for low color images like yours it can be beneficial. Jxl, even lossless, was mainly optimized for photographic content. But the...
> > e10 alone is always less efficient than some other setting. For photo/3d render/digital painting, e7E4g3 uses 10% the compute for similar or better density. > > Recommendations for...