Flash effect: liquidy blur dreamy
- Started
- Last post
- 11 Responses
- ********
Any examples on liquidy blur that has dreamy quality to it?
Looking to alter image via coding and not have multiple images to create the effect.
- ********0
well basically any list of effects that alter jpg uploaded.
- identity0
would altering it in AfterEffects/FinalCut and exporting to Flash be an option?
- ********0
Thats the thing, I dont want to have a blurred image on top of original.
Just a single image loaded and changes to it with out using other images or motion.
- monNom0
you could also write some sort of custom blur algorythm via bitmap data object and matrixes...but that's some pretty advanced shit for web design.
- ********0
Yah, I do want to find out what bitmap data object can do..
Also, the file needs to be tiny meaning like under 50k.going back to this thread
http://www.qbn.com/topics/552659…
- monNom0
something lik ethis migth be a start:
http://sebleedelisle.com/2007/11…
- ********0
I guess thats good start to play with.
What other effects are possible through flash?
- just about anything your processor can handle I suppose. Google returned this: http://www.reflektio…monNom
- interesting thx as always********
- powertoni0
you can do all kinds of shit by manipulating the raw bitmap data.
sounds like you are looking to do a displacement map over perlin noise.now getting that to run smooth over an animation is a whole other story. you might want to look into pixelbender.