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
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
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