tags:

views:

62

answers:

2

If anyone knows how to do this, please help :-( I want to see a very simple code that works.

A: 

Use ImageIO which supports TIFF.

Yann Ramin
Please, when you get a chance, could you show me a sample code that I can refer to?
A: 

I just found this in another thread:

http://stackoverflow.com/questions/1954685/cant-read-and-write-a-tiff-image-file-using-java-imageio-standard-library/1958845#1958845

Looks like it doesn't use the ImageIO library.

Jeremy Goodell