Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] RFC : native support bundles for java advanced imaging

Andrea, thanks for your notes! I absolutely agree with you, the
image-io jars /libs should be bundles in the same way. In the project
where I use udig I bundled theses all together (see bundle manifest
'Bundle-ClassPath:' directive):
jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar
mlibwrapper_jai.jar

But it make sense to separate it into twos because the image-io
requires JAI but JAI can be used without image-io I guess.

javax.media.jai_1.1.3
and
javax.media.image-io_1.1

What would you prefer?

Cheers Frank

2011/12/20 andrea antonello <andrea.antonello@xxxxxxxxx>:
> -


Back to the top