Re: [GD-DEVEL] imagecopyresized or imagecopyresample
[email protected] (pichoscosma)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Which one do you advice me to use? On Sun, 8 Apr 2007 15:33:37 +0200, Pierre wrote: <news:[email protected]> > Hello, > > On 4/8/07, pichoscosma <[email protected]> wrote: >> I'm not sure if I asked to right group. What is the difference between >> imagecopyresized and imagecopyresample. > > imagecopyresize uses the nearest pixel algorithm, imagecopyresampled > uses the the bicubic interpolation. The results clearly shows the > difference :) > > --Pierre