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

Remove hardcoded support for TIFF from jai-imageio #253

Open
boris-petrov opened this issue Nov 8, 2023 · 1 comment
Open

Remove hardcoded support for TIFF from jai-imageio #253

boris-petrov opened this issue Nov 8, 2023 · 1 comment

Comments

@boris-petrov
Copy link

Hi, thanks for the awesome library!

One issue I hit was that I'm using com.twelvemonkeys.imageio:imageio-tiff instead of com.github.jai-imageio:jai-imageio-core (because I have a number of other image-formats also from Twelve Monkeys so I thought it's best to stick with it). However, tess4j seems to have hardcoded support only for jai-imageio. Is it possible to somehow make it library-agnostic? Or, if that can't be done, to add support for the Twelve Monkeys version?

Thanks!

@nguyenq
Copy link
Owner

nguyenq commented Jan 25, 2024

@boris-petrov It would be a challenge since tess4j has hard dependency on jai-imageio-core, which is a widely-used image library. We are not familiar with Twelve Monkeys to say it's possible. If you think you can make it library-agnostic, please submit a PR.

Thanks.

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