These all seem to do the same thing. What are the pros/cons of each.
imagecopyresized() vs imagecopyresampled() vs imagecopy().
I'm resizing a user submitted image.
So I have an image shell created with '$newImage=imagecreatetruecolor(250, 250)'.
And now I want to copy the orginal image into the '$newImage'