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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I guess you will need to use the JAI (Java advances imaging package), take a look at this, and see this example |
||||
|
|
Java Advanced Imaging provides support for TIFF out of the box. Alternately add a Service Provider Interface Jar for TIFF on the run-time class-path of the app. and |
|||||||||||||||||
|
|
Java supports reading and writing jpeg, gif and png by default, using |
|||
|
