imagecopyresized
imagecopyresized
(PHP 4, PHP 5, PHP 7)
imagecopyresized — Copy and resize part of an image
Description
bool 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 image identifier.
In other words, imagecopyresized