Aleksander Błażelonis

Results 26 comments of Aleksander Błażelonis

Hello, Thank you for reporting this issue. The first part about the buffer error seems to be more related to Pillow itself. [see here](https://github.com/python-pillow/Pillow/pull/6510/files) Could you please try doing the...

Hi again, Sorry for my late response. I am still not sure what's going on with this `ValueError: buffer is not large enough` issue. However I discovered that Pillow tries...

Hi! Please try the most recent version of jxlpy. I think I figured out the issue.

Hi, I honestly have no idea what might be going on now. I've tested jxlpy from PyPI on Python 3.12 and it seems to work fine with Pillow. Could you...

Hi, thanks for testing on all those platforms. If you have time you could also try building from master branch source modifying `setup.py` like [here](https://github.com/olokelo/jxlpy/issues/6#issuecomment-1934370187). For some reason `.pyx` file...

jxlpy 0.9.4 now ships with libjxl 0.10.1 and possibly fixed source distribution. You can try it :)

Hi, Unfortunately for now that's not the case. You can see what's currently supported and what isn't in the table in the bottom of README. I couldn't find any way...

Oh really! It appears to be working fine. Mine ExifTool version is 12.26. This adds tag "rights" with value "AAA" into containerized JXL file. ```shell $ exiftool -rights="AAA" a.jxl ```...

I mean AFAIK cjxl supports copying Exif and XMP tags from original input into jxl container. It does that automatically if metadata is detected in source image. I'm not a...

> May you please commit the images as LFS? Do you mean those `.jxl` files under `Tests/images` I've committed? I'm not really sure how to do that.