Re: [GD-DEVEL] imagecopyresized or imagecopyresample
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[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