我正在做一项任务,我将图像分割成较小的块,并且我已经成功地完成了借助这个链接,现在我的重点是--我想洗刷这些块,然后保存到我的sd卡中,任何帮助都是非常感谢的。
这是一幅图像:

发布于 2014-06-04 08:11:09
法尔汉
在ChunkedImageActivity.java中,使用Collections.shuffle( imageChunks );ArrayList imageChunks=ArrayList块“);
你会得到洗牌的图像。
要将这些图像存储在sdcard中,请使用FileOutputStream。遵循这个链接http://looksok.wordpress.com/2013/07/13/android-tutorial-save-bitmap-image-on-android-sd-card/
https://stackoverflow.com/questions/24030943
复制相似问题