Alexander Piskun

Results 199 comments of Alexander Piskun
trafficstars

_The iPhone 16 Pro models will support [the JPEG-XL file format](https://jpegxl.info/), according to code found in iOS 18._ I really hope this will be the next standard in photography, I...

Suggest you try `pillow-heif`. Supports encoding, decoding and `exif`, `xmp` for png/tiff/webp. Registering it as a plugin for Pillow: ```python3 from pillow_heif import HeifImagePlugin ```

Sorry my bad, I tested it on Pillow 10.2 on Pillow 10.3 there is no error when decoding, just second image looks wrong. Updated issue to reflect this. Sorry for...

> 10.3.0 correctly extract the second frame with a different resolution No it does not, imho. Pillow should either reject a `gain map` and show only primary image, or it...

> btw, the tomato photo I provided eariler is not very representitive, since the `gain map` is all 1.0s (completely white). please look at my first message. It is not...

see: https://github.com/cloud-py-api/mediadc/issues/67

Unfortunately, I had exactly the same situation, and I didn’t have time all week. And I expecting next week will be full of work too. :( On this topic, I...

llama_cpp_python is working fine, there are just a problem with installing it from default Python's `pipy`(but it is available in [GH releases](https://github.com/abetlen/llama-cpp-python/releases/tag/v0.2.76)). Surprisingly, it worked with int4 - I didn’t...

Just a note: will be good not to display a encoded image data in "history" A few big images with 10-25 MB will make history totally non displayable in browser.