Search code examples
javaimagetiffjai

How can I process with a .tif image?


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.


Solution

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