Flash Pixel Shifting
- Started
- Last post
- 10 Responses
- nosaj
How are they able to zoom bitmaps without pixel shifting (see top header Flash):
http://www.newzealand.com/travel…Is there a trick to animating rotations and scaling in Flash that allows bitmaps to reamin smooth?
- lvl_130
http://www.fatorcaos.com.br/flas…
a bit old but...
- ok_not_ok0
_quality = "BEST";
- jpea0
_quality = "BEST";
ok_not_ok
(Feb 24 06, 05:44)and publishing for the Flash 7 plugin
- imakedesign0
i think flash 8 solves this..
- TedUmptious0
looks like slideshow pro on a lower level overlayed with the rest of the nav.
- jmteow0
i think flash 8 solves this..
imakedesign(Feb 24 06, 07:15)
Sort of. :)
I believe this has to do with smoothing jpg images. You can do this easily enough if the images are in the library, but if you import them dynamically, smoothing is by default, turned off.
For a workaround that allows you to turn smoothing on, take a looksie at a link I posted a week ago:
- ********0
great site!
- CyBrainX0
That is the best example of it I've seen. I'm assuming it's Flash 8 with bitmap caching. I haven't played with that yet, but now I'm morre motivated to. Nice find.
- nUBBER0
its possible using bitmapdata api. you can load a jpg and draw it to a bitmapdata object with smooting. once this is done it can be re-scaled without tearing as before
- CyBrainX0
What exactly is a bitmapdata object? I'm not quite up on my Flash 8 yet.