View Full Version : image quality loss when importing png
jdulberg
01-14-2002, 08:07 PM
I just made a couple of transparent png's (png-24) in Photoshop and they look ok when I import them into the Flash library - however, when I drag the image onto the movie, the image gets really blurred. I tried changing the compresssion to "lossless" in the image properties but that didn't do anything when I put it into the movie.
Am I doing something wrong?
Jason.
Billy T
01-14-2002, 10:35 PM
put a "highquality" = true fs command in the first frame of your movie and see if that helps
jdulberg
01-15-2002, 12:46 AM
I put the following in the first frame in an "actions" layer but it had no effect:
highquality=true;
There's a "toggleHighQuality ();" option in the actions menu... would that do anything?
If I righ click on the image in the library and hit "properties", the image in the little bitmap preview window looks perfect.
Setting it to lossless OR jpeg compression and deselecting "allow smoothing" sharpens it up but it gets all pixelated even though the scale is 100%.
Thanks for your help :)
Jason
Billy T
01-15-2002, 12:57 AM
try this in the first frame
fscommand ("highquality", "true" );
fscommand ("allowscale", "false" );
jdulberg
01-15-2002, 01:28 AM
It worked. Is there any way that I can get it to be high quality in the editor as well as the outputted file?
Thanks.
Jason.
Billy T
01-15-2002, 01:32 AM
hmmm not that I know of...
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.