In trying to find the right links for you I found things that I hadn't before. Previously I was looking at: http://java.sun.com/products/java-media/jai/downloads/download-1_1_2_01.html
Which is where you are pointed to if you try to get JAI from maven:
   http://mvnrepository.com/artifact/javax.media/jai_core
Though that seems a bad option

The libraries that I have had experience using are:
   JAI:
       https://jai.dev.java.net/
   And ImageIO:
       https://jai-imageio.dev.java.net/

Both of these have native accelerated code versions (but also have in the case of JAI a pure java version, and for ImageIO it doesn't require the native code).

I am not sure what the licenses are like in regards to use in the project, very interested in your input on that?

I also noted when searching for alternatives:
   http://incubator.apache.org/sanselan/site/index.html
Which looks interesting (though I have spent all of about 20 mins looking at it). I do notice however that Carsten is set as lead on this project in jira so maybe he might know something more about it?

Maybe even pluggable?

Cheers
Bryce


Bertrand Delacretaz wrote:
Hi,

On Thu, Jul 10, 2008 at 7:38 AM, Bryce Ewing <[EMAIL PROTECTED]> wrote:
...After having a bit of time to think about this I think your suggestion to
have a java component to do this would be a good idea, and if then there is
a specific image scripting language built around that then so be it....

Sounds good!

...Have spent a bit of time over the past few days looking into and trying to
integrate JAI and ImageIO into a bundle built by maven etc. etc. (and half
the time spent beating my head against a wall).  I am not sure how well
using these libraries will work due to having to download them from Sun's
site rather than automatically getting them from a maven repository....

Is that because of their licenses that they cannot be put in a Maven
repository? If you can point me to the exact libraries that you'd like
to use, I can have a look.

-Bertrand

Reply via email to