The Perfect Solution To Convert Immutable Bitmap To A Mutable Bitmap
来源:互联网
An acceptable solution to convert immutable bitmap to a mutable bitmap ,using RadomAccessFile to save the source bitmap on disk(no ram memory) and then release it, and after that, loading the file info to another bitmap ,the way is perfectly cut off the ram memory use, it just have one bitmap stored in ram memory per time!!!An acceptable solution to convert immutable bit