Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用以下代码:
OutputStream outputfile = new FileOutputStream("resource/LeftIndexSegmentMy.WSQ"); ImageIO.write(subImage,"WSQ", outputfile);
但是,生成的文件是空的。没有图像。
那么,如何编写WSQ格式的图像呢?