由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Java drawImage help please. Urgent!
相关主题
Question: OutOfMemoryError when drawImagHow to draw an arrow?
Graphics questionwho knows?
Re: getImage&drawImage的问题Re: SWING APPLET如何显示IMAGE?
Re: Question: OutOfMemoryError when drawHow to scroll an JInternalFrame
a question about "setXORMode", urgent!How to display .bmp image
Java2D ComponentColorModel questionHow to resize an icon?
getImage有个问题Re: [转载] create gif/png image in C or ja
[转载] create gif/png image in C or javaUrgent!
相关话题的讨论汇总
话题: drawimage话题: image话题: urgent话题: java话题: draw
进入Java版参与讨论
1 (共1页)
c*****t
发帖数: 1879
1
Could anybody help me w/ drawImage function?
I have an IndexColorModel image and tried to draw it on screen.
When there is no resize, everything is okay.
However, when I try to draw the image with resizing, exception occurred.
The function that I used to draw image is
g.drawImage (m_image, 0, 0, m_width * 2, m_height * 2, null);
(* 2 is the scale factor);
The exception is
java.awt.image.ImagingOpException: Unable to transform src image
at java.awt.image.AffineTransformOp.filter(Affi
1 (共1页)
进入Java版参与讨论
相关主题
Urgent!a question about "setXORMode", urgent!
[转载] Urgent Help needed about Java Servlet?Java2D ComponentColorModel question
Re: [转载] Urgent Help needed about Java SgetImage有个问题
Urgent help! Java relative file path[转载] create gif/png image in C or java
Question: OutOfMemoryError when drawImagHow to draw an arrow?
Graphics questionwho knows?
Re: getImage&drawImage的问题Re: SWING APPLET如何显示IMAGE?
Re: Question: OutOfMemoryError when drawHow to scroll an JInternalFrame
相关话题的讨论汇总
话题: drawimage话题: image话题: urgent话题: java话题: draw