Why the image can't save
Opened this issue · 2 comments
Deleted user commented
"save image failed",but I can't find why.I think your logic is right.Do you have the same problem?
GaoLeng commented
find MosaicView.class, delete logic mTouchRects.isEmpty() on the first line in function save().
GaoLeng commented
just like " if (mTouchRects.isEmpty() || bmMosaicLayer == null)" to "if ( bmMosaicLayer == null )"