标签: java image
我使用以下代码:
OutputStream outputfile = new FileOutputStream("resource/LeftIndexSegmentMy.WSQ"); ImageIO.write(subImage,"WSQ", outputfile);
但是,生成的文件为空。没有图像。
那么,我如何以WSQ格式编写图像?