Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

iO7 Live BLUR without duplicating

Community Beginner ,
Aug 24, 2014 Aug 24, 2014

Anyone know a library that does this effect?


without duplicating movieclip!


example:

Adobe AIR iOS 7 style blur effect - YouTube

TOPICS
ActionScript
391
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 28, 2014 Aug 28, 2014
LATEST

If you're not going to duplicate the data that needs to be blurred, then you'd need to blur the actual source in the exact spot you need the effect. There's no other way to do it, so I wouldn't get too bogged down trying not to duplicate.

Is your target a device app? The quality of the blur and speed it appears is so fast it'd probably only be possible in Stage3D, WITH cache (GPU uploading is expensive, let alone processing time).

Have you attempted to measure the speed of duplicating a clip and either adding a blur filter or running the calcs in BitmapData to see what performance you get?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines