由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Image processing library
相关主题
求助Java Image Tools or APIJava virtual machine
Eclipse的Javadoc信息显示问题a wired problem about JRE for IE,Thanks
Re: JDE1.2.2 Standard version下如何找classpath的?大家做JSP/Java开发的配置是怎样的?
xp 是不是不支持jave 阿?再问个java的蠢问题,别骂我
JRE 1.4 和 1.3的主要区别是什么Java desktop
how to normalize an image?java深度历险 阅读笔记 zt
help!!JAWA on winXP
ant javac error in eclipse 3.0?How to read/load a .tif image?
相关话题的讨论汇总
话题: image话题: library话题: processing话题: need话题: what
进入Java版参与讨论
1 (共1页)
p********f
发帖数: 787
1
Need to do some simple image processing (encoding, resizing, cropping, etc.)
. What's the best library out there? IamgeMagick? GD? Thanks.
g*****g
发帖数: 34805
2
Java2D, part of Java JDK is good enough for what you list.

.)

【在 p********f 的大作中提到】
: Need to do some simple image processing (encoding, resizing, cropping, etc.)
: . What's the best library out there? IamgeMagick? GD? Thanks.

c*****t
发帖数: 1879
3
Basic Java Graphics manipulations have all the features you need.
Graphics2D has some even more advanced features. JAI has even
more features that you will ever need, but most IMO are pretty
slow since it was aimed to be fairly generic.
I think that in JRE 1.4.2, the basic imageio includes PNG (very simple),
GIF and JPG (not including JPEG2000). One can download a separate
jar from Sun for additional formats such as TIFF, PNG (out), PNM,
BMP etc. Later version of JRE should have them (and inc

【在 p********f 的大作中提到】
: Need to do some simple image processing (encoding, resizing, cropping, etc.)
: . What's the best library out there? IamgeMagick? GD? Thanks.

p********f
发帖数: 787
4
Thanks, both.

【在 c*****t 的大作中提到】
: Basic Java Graphics manipulations have all the features you need.
: Graphics2D has some even more advanced features. JAI has even
: more features that you will ever need, but most IMO are pretty
: slow since it was aimed to be fairly generic.
: I think that in JRE 1.4.2, the basic imageio includes PNG (very simple),
: GIF and JPG (not including JPEG2000). One can download a separate
: jar from Sun for additional formats such as TIFF, PNG (out), PNM,
: BMP etc. Later version of JRE should have them (and inc

1 (共1页)
进入Java版参与讨论
相关主题
How to read/load a .tif image?JRE 1.4 和 1.3的主要区别是什么
help:tomcat5 on FC4how to normalize an image?
关于linux 下makefile求救!help!!
Linux下安装一个Java软件出现异常ant javac error in eclipse 3.0?
求助Java Image Tools or APIJava virtual machine
Eclipse的Javadoc信息显示问题a wired problem about JRE for IE,Thanks
Re: JDE1.2.2 Standard version下如何找classpath的?大家做JSP/Java开发的配置是怎样的?
xp 是不是不支持jave 阿?再问个java的蠢问题,别骂我
相关话题的讨论汇总
话题: image话题: library话题: processing话题: need话题: what