[ 
https://issues.apache.org/jira/browse/FLEX-33728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jozef Chutka reopened FLEX-33728:
---------------------------------


This is not a bug, the imageDecodingPolicy exists and works in flash player 
Loader/LoaderContext. What I request is to have the access to this api even via 
flex spark Image and BitmapImage classes. both classes internally use Loader to 
load the content. There is just no way to pass imageDecodingPolicy to the 
loader. something like:
{code}
var image:BitmapImage = new BitmapImage;
image.imageDecodingPolicy = ImageDecodingPolicy.ON_LOAD;
image.src = "http://my.great/image.jpeg";;
{code}

                
> ImageDecodingPolicy api in BitmapImage an Image
> -----------------------------------------------
>
>                 Key: FLEX-33728
>                 URL: https://issues.apache.org/jira/browse/FLEX-33728
>             Project: Apache Flex
>          Issue Type: New Feature
>          Components: Spark: Image
>    Affects Versions: Apache Flex 4.9.0
>            Reporter: Jozef Chutka
>            Priority: Minor
>              Labels: features
>
> It would be nice to have access to define ImageDecodingPolicy for 
> LoaderContext in Image and BitmapImage components.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to