ManaPHP\ImageInterface::resizeCropCenter PHP Method

resizeCropCenter() public method

Resize the image by a given width and height
public resizeCropCenter ( integer $width, integer $height ) : static
$width integer
$height integer
return static
    public function resizeCropCenter($width, $height);