imagecopyresized (PHP 3, PHP 4, PHP 5)imagecopyresized -- Copy and resize part of an image Descriptionbool imagecopyresized ( resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h ) imagecopyresized() copies a rectangular portion of one image to another image. dst_image is the destination image, src_image is the source imag..