BufferedImage 在LINUX平台下的问题。。。请求解答
以下代码是我处理图片中使用的。。。。在WIN平台下运行正常同,但在LINUX中不能运行也不报错,请问,是不是我什么漏了什么工作没有做?!请指点!
BufferedImage tag = new BufferedImage(this.width,this.height,BufferedImage.TYPE_USHORT_555_RGB);
tag.getGraphics().drawImage(src,0,0,this.width,this.height,null);
等待中。。。