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.
如何为从 BitmapData 数组获取的图像添加平滑处理?
我的代码:
con.addChild(new Bitmap(myImage[0]))
谢谢。乌里
尝试:
con.addChild(new Bitmap(myImage[0], "auto", true))