How do you change the filtering mode of images in a Flex application?
Posted
by George Edison
on Stack Overflow
See other posts from Stack Overflow
or by George Edison
Published on 2010-04-15T02:12:40Z
Indexed on
2010/04/15
2:23 UTC
Read the original article
Hit count: 227
I have an Image
control in my Flex application:
<mx:Image id="img" source="@Embed('img.png')"
percentHeight="100" percentWidth="100" />
Because the image is scaled, there are a lot of scaling artifacts. Can I change the image to use a different type of filtering?
© Stack Overflow or respective owner