Saturday, 8 August 2015

JAI Tutorials

Found links to some JAI examples since the top links on Oracle's site return 404 not found errors on the actual tutorials. Turns out that the tutorials/demos were migrated over to java.net under jai-demos and jaistuff projects.

Links are:
https://java.net/projects/jai-demos
https://java.net/projects/jaistuff

You can browse the code through these projects or download the source through SVN.

The source compiles through ant (there is a readme with instructions on how to compile the examples) or you can pull it into your favorite IDE, add the JAI libraries to the classpath, and run from there.

More useful links to JAI related code are here: http://www.silverbaytech.com/2014/05/16/java-advanced-imaging-downloads/

No comments:

Post a Comment