How can I process with a .tif image?

zhao0800 picture zhao0800 · Oct 18, 2012 · Viewed 9.7k times · Source

Now I have to do some processing(such as read/save) with some .tif images, but it seems like I can not read or write the images by java. Is there any library can help me for that? And How to used it to read or save the images? Thanks for your answer.

Answer

CloudyMarble picture CloudyMarble · Oct 18, 2012

I guess you will need to use the JAI (Java advances imaging package), take a look at this, and see this example