Santhosh Nayak
Santhosh Nayak

Reputation: 2288

High resolution bitmap quality issue after scaling

In AIR application I am loading bitmap as BorderContainers background image with BitmapFillMode.SCALE. I am smoothing Bitmapdata.

original bitmap dimension: 5100 x 7014 scaling it to 595 x 841.

but background quality was lost.

any solutions?

actual imageenter image description here

scaled Image enter image description here

any workarounds? Im using Flex 4.5

Upvotes: 0

Views: 392

Answers (1)

Santhosh Nayak
Santhosh Nayak

Reputation: 2288

Solved : There is a limitation for bitmap resolution in Flashplayer earlier versions.

so I used Apache flex 4.9.1 sdk which supports flashplayer 11.1.

I used spark.primitives.BitmapImage and set smoothingQuality=BitmapSmoothingQuality.HIGH

Upvotes: 1

Related Questions