English 中文(简体)
快速提升质量
原标题:Flash scaling quality

我有一份热切申请,我需要扩大电影剪辑。 这一电影短片包含一个图像(在洛纳德),其分辨率为1024x768(也是电影剪辑的大小)。

当我想要将这个电影节缩小到80%时,我确实:

myMovieClip.scaleX = 0.8;
myMovieClip.scaleY = 0.8;

问题在于由此形成的形象被推崇,质量不高。 是否有办法改变用来获取更好形象的比额表算法? 还是有更好的办法扩大电影剪辑?

我可以依靠比照图数据,因为这一电影剪辑可能含有另一个有录像的SWF,而且不管其内部内容如何,它必须加以扩大。

感谢。

最佳回答
问题回答

I can t comment on the accepted answer but probably the missing second link is this one: Bitmap.smoothing - how to reduce image distortion

联系: • 如果图象在外面传播,减少曲解:

var image:Bitmap=loader.content as Bitmap;
image.smoothing=true;

如果它从图书馆获得一份比图,就只检查其财产“低地平坦”





相关问题
How are mobile service provider databases so fast?

i was wondering on how these databases which have over millions of records and millions of lookups per second soo fast. how are they optimised? are there any special servers hosting these databases? ...

C# Resized images have black borders

I have a problem with image scaling in .NET. I use the standard Graphics type to resize images like in this example: public static Image Scale(Image sourceImage, int destWidth, int destHeight) { ...

Performance tuning CakePHP application

I just got this quite large CakePHP app (about 20k lines of code), which isn t very clean and there is no documentation at all. The app is running in production, but it has really major problems with ...

AS3 按比例提升外部形象

目前,我正在利用一种 lo机,以动态方式载录XML图像,并将其放入一个grid网。 我有安排,所有数据都在顺利地装上,但现在我需要做......。

Using EC2 Load Balancing with Existing Wordpress Blog

I currently have a virtual dedicated server through Media Temple that I use to run several high traffic Wordpress blogs. Both tend to receive sudden StumbleUpon traffic surges that (I m assuming) ...

High-traffic, Highly-secure web API, what language? [closed]

If you were planning on building a high-traffic, very secure site what language would you use? For example, if you were planning on say building an authorize.net-scale site, that had to handle tons ...

热门标签