Redian新闻
>
[转载] create gif/png image in C or java
avatar
[转载] create gif/png image in C or java# Java - 爪哇娇娃
F*e
1
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: Fine (糖琼), 信区: Programming
标 题: create gif/png image in C or java
发信站: The unknown SPACE (Wed Jul 9 18:14:13 2003) WWW-POST
Anyone can provide some examples or links to tutorial of how to create gif/png
images in C or java?
I need to include some dynamic images on webpage, java applet kind of solve
the problem but I need to get the real image file in gif or png or jpg format
to get better handling on the image. Thanks a lot!
avatar
o*r
2
JimiRasterImage jrf
= Jimi.createRasterImage( );
if (fileType == 1)
{
Jimi.putImage("image/jpg", jrf,
new FileOutputStream(fileName));
}
else if (fileType == 3){
Jimi.putImage("image/png", jrf,
new FileOutputStream(fileName));
}

【在 F**e 的大作中提到】
: 【 以下文字转载自 Programming 讨论区,原文如下 】
: 发信人: Fine (糖琼), 信区: Programming
: 标 题: create gif/png image in C or java
: 发信站: The unknown SPACE (Wed Jul 9 18:14:13 2003) WWW-POST
: Anyone can provide some examples or links to tutorial of how to create gif/png
: images in C or java?
: I need to include some dynamic images on webpage, java applet kind of solve
: the problem but I need to get the real image file in gif or png or jpg format
: to get better handling on the image. Thanks a lot!

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。