python-pillow / Pillow

Python Imaging Library (Fork)
https://python-pillow.org
Other
12.35k stars 2.24k forks source link

JPEG-LS support #4841

Open planetmarshall opened 4 years ago

planetmarshall commented 4 years ago

Kind of a feature request, kind of a question -

I actually already have a functional JPEG-LS plugin created using CharLS and ctypes - I was wondering if this is something that should be integrated into the main Pillow repo, or best left as a separate package.

Cheers, Andrew.

planetmarshall commented 3 years ago

I have created a plugin for JPEG-lS support at https://github.com/planetmarshall/pillow-jpls

It is available via pip at https://pypi.org/project/pillow-jpls/1.0.0/