PDA

View Full Version : Copy Pixel in as3



kpranjan1
July 27th, 2009, 03:34 AM
Hi,

i would like to use copy pixel method . and after that i will scale that image because i have to show zoom image , but the problem is - its is showing prelate image . not good quality image .

what to do with this problem . waiting for ur responses..


Thanks and Regards ,

Gnoll
July 27th, 2009, 04:38 AM
Copy Pixel is for Bitmaps, which when scaled will pixelate, you will have to redraw from a vector on resize if you need to retain quality.

Gnoll

kpranjan1
July 27th, 2009, 09:24 AM
Copy Pixel is for Bitmaps, which when scaled will pixelate, you will have to redraw from a vector on resize if you need to retain quality.

Gnoll

Thanks for reply,

Can you please suggest the code ..


Thanks and Regards,