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

Can I use jai_codec.jar and jai_core.jar? #190

Closed
joshi1976 opened this issue May 29, 2018 · 3 comments
Closed

Can I use jai_codec.jar and jai_core.jar? #190

joshi1976 opened this issue May 29, 2018 · 3 comments

Comments

@joshi1976
Copy link

In my project we are using JAI 1.1.3 for image processing but only using 2 jar files nothing else.

jai_codec.jar
jai_core.jar

Now JAI is no longer supported so trying to find out alternative for JAI and found that JAI-ext is good choice ...but when I downloaded the jar files for this JAI-EXT I see same jar files there also.

I am confused...If JAI is no longer supported then

Can I use existing jar files in my project? if not then not sure why same jar files are included in JAI-EXT project as well?
What's the alternative for these 2 jar files?
Thank you in advance.

@aaime
Copy link
Member

aaime commented May 29, 2018

jai-ext, as the name implies, is not a replacement, but an "extension" to JAI, meaning that you also need JAI in the classpath. jai-ext replaces a number of operations, provides alternative tile cache and registry, handles the concept of NODATA, but still needs the API from JAI (and does not replace all the operations).

@aaime aaime closed this as completed May 29, 2018
@joshi1976
Copy link
Author

Ok Thanks. but Now JAI is no longer supported right? that's why I am looking for alternative and thinking I can't use these jar files now or am I missing something?

@simboss
Copy link
Member

simboss commented May 29, 2018

JAI-EXT replaces many of the JAI operations but not the core of JAI. It actually depend on it, at least for the time being.

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

3 participants