Jump to content

Poor imagecopy quality


Patriot

Recommended Posts

The following iPod Touch is placed on the image with imagecopy.

1.png

 

The code is:

 

// selectPrizeImage() is a function that tells it which image to use for the freebie, don't worry about that.
$prizesimage = imagecreatefrompng(selectPrizeImage($prizenumber));
imagecopy($banner, $prizesimage, 303, 0, 0, 0, 97, 105);

 

Does anyone know why the quality is so poor?

Link to comment
https://forums.phpfreaks.com/topic/93951-poor-imagecopy-quality/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.