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.
假设我有一个用户通过在画布上拖动或点击来在画布上绘制颜色。我如何检查此操作是否实际更改了画布。
即,如果用户使用红色绘画并且他们拖过的区域已经是红色,那么图像实际上将完全相同。如何将更新后的画布图像与旧画布图像进行比较,看看它是否真的改变了?
您可以比较与画布关联的位图。您可以在Comparing Bitmap images in Android中看到几个解决方案