Fx{r} is trying to start the Fx{r} Community! Please join our group on Adobe Groups following this link: http://groups.adobe.com/groups/ab29539ab9.
Fx{r} is now on Twitter too. Follow us @ twitter.com/fx_r!
«
»

Bugs, Debug

Filters Not Applied When The Image Size is Big

Andrei Ionescu | 24.02.09 | 13 Comments

Google Buzz

In a current project I run on the following problem: didn’t see a blur filter applied on a background. Started debugging and even though was no error neither compile errors nor runtime. But a the Flex Builder console panel, where traces appear, a special output text warning appeared:

Warning: Filter will not render. The DisplayObject’s filtered dimensions ([width], [height]) are too large to be drawn.

This text appears only when you are debugging. Tried to find where it resides but ended in playerglobal.swc.

Then searched on the internet but didn’t find anything. But found an old bug on Adobe Jira bug base and found a bug on this issue: https://bugs.adobe.com/jira/browse/SDK-775. It says is old and closed but I’m still having it, although now it is not appearing at 1000 pixels.

By trial and error I found that the maximum allowed width and height to be able to apply the filter on a display object is 2875 pixels. So the filter will be applied on display objects with widths and heights like these: 2000 x 2875, 100 x 2875, W x 2875. But if you’ll try W x 2876 the filter will not be applied. Also applying a filter on a 2875 x 2875 pixels object will not work. It seams that the product of the width and height of the object must not be over an arbitrary value that depends on the filter’s parameters.

All these were tried using the bellow application I created especially for this problem. To use it… first create the background with different widths and heights than apply the filter on it.

If any of you got into this error also please comment or contact us… maybe we will find a way to overcome the problem or to set some limits that everyone will know.

Share and Enjoy:
  • Twitter
  • Google Buzz
  • LinkedIn
  • Google Bookmarks
  • del.icio.us
  • Digg
  • Sphinn
  • blogmarks
  • Reddit
  • StumbleUpon
  • Facebook
  • DZone
  • FriendFeed
  • Yahoo! Buzz
  • Yahoo! Bookmarks
  • Slashdot
  • MySpace
  • Add to favorites
BigImageFilterApplyProblem
BigImageFilterApplyProblem_sources




Tags: , , ,

This post was written by Andrei Ionescu

Views: 5425

related

13 Comments

have your say

Add your comment below, or trackback from your own site. Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

:

:


«
»