openjpeg icon indicating copy to clipboard operation
openjpeg copied to clipboard

Any plans for a Rust JPEG 2000 library?

Open John-Nagle opened this issue 3 years ago • 0 comments

I have a need for a JPEG 2000 decoder in Rust. There are bindings to C decoders of course, but I'd like to stay in Rust and avoid C problems.

Someone made a good start on a JPEG 2000 decoder: https://github.com/iszak/jpeg2000

They have the header decoding working, but not the core wavelet decoding. The author seems to have gone on to other things; I asked. Anyone interested in finishing that?

(I only need decode, only still images, and not for the new "high-throughput" form. The application is Second Life / Open Simulator content. I'm currently running OpenJPEG's command line program in a subprocess as a stopgap measure.)

John-Nagle avatar Jan 08 '22 21:01 John-Nagle