Where can I download Jai and Jai-imageio?

JavaJai

Java Problem Overview


I need to get the pixel color of a TIFF image, if you know any alternatives to Jai and Jai-imageio please let me know.

Java Solutions


Solution 1 - Java

Here you go: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html

Maybe this is interessting, too. I saw they provide some extensions: http://java.net/projects/imageio

I know about Sanselan and ImageJ, too, but do not know if and how they give you the ability to read the pixelcolor.

But as long as you can get a BufferedImage in Java you should be able to do what is needed.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMarsellus WallaceView Question on Stackoverflow
Solution 1 - JavahellectronicView Answer on Stackoverflow