How to show a tif image

I want to show a tif in a JLabelI know Java work with gif and jpeg, but what 's about tif ?
[120 byte] By [mjucker] at [2007-9-26 6:48:33]
# 1
Well, you need a tiff decoder. AFAIK the new ImageIO API supports tiff, but if you're after something smaller I'm sure you'll find something useful from http://www.geocities.com/marcoschmidt.geo/java-image-coding.html
jsalonen at 2007-7-1 16:14:21 > top of Java-index,Security,Cryptography...
# 2
Use JAI ApI to read/show TIff images..
rohinibt at 2007-7-1 16:14:22 > top of Java-index,Security,Cryptography...