Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section 5 JPEG2000 support #21

Open
measuredweighed opened this issue Jul 1, 2021 · 1 comment
Open

Section 5 JPEG2000 support #21

measuredweighed opened this issue Jul 1, 2021 · 1 comment

Comments

@measuredweighed
Copy link
Contributor

measuredweighed commented Jul 1, 2021

I'm working with the library to decode JPEG2000 data as spec'd here. I'd like to put together a pull request with my work but am unsure how the maintainers wish to handle decoding of the JPEG2000 format.

It doesn't appear that anyone has put together a native Go JPEG2000 decoder and as such I've been making use of gographic's Imagick bindings to convert the data into a native Image instance.

Would this work still be of value to the project given that it introduces two dependencies (the Imagick binding and the imagemagick binary suite)?

@nilsmagnus
Copy link
Owner

Hi!

I think a pr om this would be interesting and valuable to the project. If you make a PR and it works I will merge it into the main branch👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants