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.
谁能告诉我 AS3 中 BitmapData.compare() 函数的实际用途是什么:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/BitmapData.html#compare()
我的清单中有一些,但我相信我还没有用完。
假设您想制作一个相机探测器。您将旧版本与新版本进行比较,如果差异大于可接受的最小值,那么......你去:)
我用它来测试网络摄像头是否正常工作。Skype 得到了它,在 flash 中,它基本上是一个黑屏输入,所以我测试了两个快照并将它们比较,它们相等(和纯黑色)。