由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - How to read/load a .tif image?
相关主题
JAVA 面世题.CookXml 简介
问一下关于load image的servlet问个truststore问题
Re: how to dynamically load a tooltip新手问题。
Re: Help!: tomcat classloading problem使用SNMP去monitor JBOSS里面的应用
超级菜鸟问题:什末时候load class这个民生银行的网页为何打不开? (win exploerer 可以, mac book 不可以)
How can I organize Projects in Eclipse昨天公司新来的java大牛终于提出load balance方案了
Sun's Java Tutorial problem: failed to load appletjava applet load的问题
how to improve performance for web servicehibernate lazy-loading/ compile time instrumentation?
相关话题的讨论汇总
话题: tif话题: image话题: load话题: read话题: many
进入Java版参与讨论
1 (共1页)
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!!!

1 (共1页)
进入Java版参与讨论
相关主题
hibernate lazy-loading/ compile time instrumentation?超级菜鸟问题:什末时候load class
java里面使用icon的问题How can I organize Projects in Eclipse
loaded classes 问题Sun's Java Tutorial problem: failed to load applet
请教GUI程序的save/load功能的实现how to improve performance for web service
JAVA 面世题.CookXml 简介
问一下关于load image的servlet问个truststore问题
Re: how to dynamically load a tooltip新手问题。
Re: Help!: tomcat classloading problem使用SNMP去monitor JBOSS里面的应用
相关话题的讨论汇总
话题: tif话题: image话题: load话题: read话题: many