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
antialiasing
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- aerodromoi
- Forum Contributor
- Posts: 230
- Joined: Sun May 07, 2006 5:21 am
Re: antialiasing
http://de3.php.net/manual/de/function.i ... ialias.php ?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
aerodromoi