Page 1 of 1

antialiasing

Posted: Mon Jun 26, 2006 10:03 am
by hari-kj
Hi,

I'm trying to draw an image from co-ordinates passed from Flash. Using these co-ordinates I'm tyring to redraw the image in PHP using imagecreatetruecolor method. But since the image is bigger i.e 800x600 the image is not antialiased. Is there any method that could help me so that the image that I draw is as good as that seen in flash?!!

I'm really in a tight schedule now and this is where I'm stuck up.

Help guys

Posted: Mon Jun 26, 2006 12:44 pm
by John Cartwright
I really suck at graphics, but perhaps you could draw the image larger and then reduce it's size?

Re: antialiasing

Posted: Tue Jun 27, 2006 9:36 am
by aerodromoi
hari-kj wrote:Hi,

I'm trying to draw an image from co-ordinates passed from Flash. Using these co-ordinates I'm tyring to redraw the image in PHP using imagecreatetruecolor method. But since the image is bigger i.e 800x600 the image is not antialiased. Is there any method that could help me so that the image that I draw is as good as that seen in flash?!!

I'm really in a tight schedule now and this is where I'm stuck up.

Help guys
http://de3.php.net/manual/de/function.i ... ialias.php ?

aerodromoi

Posted: Tue Jun 27, 2006 12:18 pm
by bokehman
Is the output image a GIF? If so try switching to PNG. GIF really suck when it comes to aliasing.