Aleksander Błażelonis

Results 26 comments of Aleksander Błażelonis

Hello, I wrote a Pillow plugin for Jpeg XL. It's included in my Python module [jxlpy](https://github.com/olokelo/jxlpy) which is based on Christoph Gohlke's [project](https://github.com/cgohlke/imagecodecs) :) I think it might be useful...

Hello again, for anyone interested please observe PR #7848 that enables read only support of JPEG XL images.

Hi, thank you very much for detailed instructions. I was able to follow along even though I'm not into Windows development. It might help creating windows prebuilt wheels of jxlpy....

My Cython version is the same as yours, installed automatically as a dependency of jxlpy. I'm running Windows 10 build 19042 on VirtualBox. Python 3.9.10, cython 0.29.26. My CPU (amd64)...

Hi, thanks for opening the issue! For the last couple of days I've been trying to compile libjxl on PowerPC 32-bit using Debian 10 port running QEMU. Sadly I ran...

Hi and thanks for patches :) Lastly I've successfully installed libjxl and jxlpy on my ppc32 Debian. Unfortunately I wasn't able to reproduce your issue. On my machine everything works...

@alexjc Thanks for your awesome work. Unfortunately I've run into an issue with Github actions package building and I have little time to fix it lately. It might also resolve...

Not really. The current build pipeline is a bit hacky, it uses CIBW_BEFORE_ALL to build libjxl and then cibuildwheel to build and fix Python package. The libjxl build instructions are...

> How do you test it locally? I'll take a look. I tested it with [Act](https://github.com/nektos/act). Thanks :) > If you could merge #13 that would help, so I can...

Awesome! Merged, Thanks again :) I've also somewhat tested your master branch and it seems like [your change](https://github.com/alexjc/jxlpy/blob/d412eba90584269e1ae8ce1ed1c2f7bddbcf3bbe/_jxlpy/_jxl.pyx#L1118) in `get_frame` breaks printing pixel colors in examples. Could you please review...