Search…

X3 Photo Gallery Support Forums

Search…
 
dezzo
Topic Author
Posts: 18
Joined: 26 Dec 2007, 19:22

Image quality good even when scaled. Why?

04 Mar 2008, 16:50

There's something I have been wondering about. Usually when an image is scaled in a Flash presentation it looks crappy. Yet, with ImageVue galleries no matter how scaled the image is, it still looks good. Can someone explain to me why this is so?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

08 Mar 2008, 23:55

That's an interesting question -

I still think quality is degraded somewhat when scaling an image, and images are always at best quality at 100% of original size (both scaling up and scaling down causes somewhat quality loss, although there is less loss with scaling down)

We use a setting in the Imagevue slideshow _quality = "best"
Code
_quality = "best"
Which somewhat improves the image smoothing and anti-aliasing when it's being scaled. The default setting is "high". Below see how the Flash documents describe the settings:
Adobe wrote:"HIGH" High rendering quality. Graphics are anti-aliased using a 4 x 4 pixel grid, and bitmaps are smoothed if the movie is static. This is the default rendering quality setting used by Flash.
"BEST" Very high rendering quality. Graphics are anti-aliased using a 4 x 4 pixel grid and bitmaps are always smoothed.