Re: [nyphp-talk] php gd problem

2007-08-24 Thread Jason Sia
if($imagetype=="jpg" || $imagetype=="png"){ imagedestroy($background); imagedestroy($image); } ?> - Original Message From: Dan Cech <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Friday, August 24, 2007 9:34:41 PM Subject: Re: [nyphp-talk] php gd problem Jason Sia

Re: [nyphp-talk] php gd problem

2007-08-24 Thread Dan Cech
Jason Sia wrote: > Hi, I created a drawing application flash using actionscript then I wanted to > save the drawing in a jpg file. I succefulkly saved the file however upon > looking at the output image, the output is not smooth, I used > imagefillpolygon for lines thicker than 1px coz accordi

[nyphp-talk] php gd problem

2007-08-23 Thread Jason Sia
Hi, I created a drawing application flash using actionscript then I wanted to save the drawing in a jpg file. I succefulkly saved the file however upon looking at the output image, the output is not smooth, I used imagefillpolygon for lines thicker than 1px coz according to php.net imagesetthi