cgohlke / imagecodecs

Image transformation, compression, and decompression codecs
https://pypi.org/project/imagecodecs
BSD 3-Clause "New" or "Revised" License
111 stars 21 forks source link

Feature Request: add Jpegli codec #99

Closed abionics closed 2 months ago

abionics commented 3 months ago

Jpegli is a new codec from Google

1) Source code 2) Article on Google blog

cgohlke commented 3 months ago

Good idea. I will try to add it for the next release (no ETA).

cgohlke commented 2 months ago

This will have to wait until the jpegli build system produces usable, libjpeg compatible headers and libraries.