$img = imagecreatetruecolor(100, 100); $img = imagecrop($img, array("x" => 5, "y" => 5, "width" => 10, "height" => 10));