PDA

View Full Version : Image quality



junior_kimbroug
March 10th, 2010, 08:20 AM
Hi,

I load pngs to my flash project. The media size in the project is 1000x635. When I scale my project bigger than the that size I loose quality. the project is used on many different screens therefore scaling is needed.

Is there a way to keep image quality when scaling?

kind regards

gamera
March 10th, 2010, 09:52 AM
if you downscale, you have to set the smoothing property of your Bitmap object displaying your image to true.
if you upscale, even with smoothing = true, you will loose quality.