How to read and write a tiff image using java
If anyone kno开发者_StackOverflow中文版ws how to do this, please help :-( I want to see a very simple code that works.
Use ImageIO which supports TIFF.
I just found this in another thread:
Can't read and write a TIFF image file using Java ImageIO standard library
Looks like it doesn't use the ImageIO library.
精彩评论