s******n 发帖数: 34 | 1 I can load .jpg, .gif files using ImageIO.read(),
and another class for loading .bmp image, which is found from somewhere.
how can I load a .tif image?
Many Thanks!!! | c*****g 发帖数: 119 | 2 use jai, javax.media.jai
【在 s******n 的大作中提到】 : I can load .jpg, .gif files using ImageIO.read(), : and another class for loading .bmp image, which is found from somewhere. : how can I load a .tif image? : Many Thanks!!!
| s******n 发帖数: 34 | 3 en... my jbuilder can not import javax.media.jai
then how...
Thanks.
【在 c*****g 的大作中提到】 : use jai, javax.media.jai
| c*****g 发帖数: 119 | 4 you need to install JAI sdk first.
【在 s******n 的大作中提到】 : en... my jbuilder can not import javax.media.jai : then how... : Thanks.
| c*****t 发帖数: 1879 | 5 Sun has additional loaders for tiffs free for download from their website.
These include iff, jpeg2000 etc.
【在 s******n 的大作中提到】 : I can load .jpg, .gif files using ImageIO.read(), : and another class for loading .bmp image, which is found from somewhere. : how can I load a .tif image? : Many Thanks!!!
|
|