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