0

我正在使用以下代码:

OutputStream outputfile = new FileOutputStream("resource/LeftIndexSegmentMy.WSQ");
ImageIO.write(subImage,"WSQ", outputfile);

但是,生成的文件是空的。没有图像。

那么,如何编写WSQ格式的图像呢?

4

0 回答 0