Thanks for the posting. Sorry for not including these details before.
I am basically creating an image using the image() and printing it in gif format. The images does nothave smooth margins and also the colors donot appear as true color. I am not aware of any compression.
Thanks
$im = new GD::Image(1000,100);
blah...blah
print $im->gif;