imagecreatefromgd2part

Supported Versions: PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8
Create a new image from a given part of GD2 file or URL
imagecreatefromgd2part(    string $filename,    int $x,    int $y,    int $width,    int $height): GdImage|false