ManaPHP\ImageInterface::resize PHP Метод

resize() публичный Метод

Resize the image by a given width and height
public resize ( integer $width, integer $height ) : static
$width integer
$height integer
Результат static
    public function resize($width, $height);