Re: [GD-DEVEL] imagecopyresized or imagecopyresample
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
On 4/8/07, pichoscosma <[email protected]> wrote: > Which one do you advice me to use? Imagecopyresampled is much nicer than imagecopyresized (due to the interpolation). If you do not care about the image quality, then you may prefer imagecopyresized as it is faster. --Pierre