标签: flex image filtering
我的Flex应用程序中有Image控件:
Image
<mx:Image id="img" source="@Embed('img.png')" percentHeight="100" percentWidth="100" />
由于图像是缩放的,因此存在大量缩放瑕疵。我可以更改图像以使用不同类型的过滤吗?
答案 0 :(得分:1)
您可以尝试在图像控件上设置smoothBitmapContent="true",这样可以提高图像质量。
smoothBitmapContent="true"