Re: [GD-DEVEL] imagecopyresized or imagecopyresample
[email protected] (pichoscosma)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 8 Apr 2007 17:12:54 +0200, Pierre wrote: <news:[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 Thanks Pierre