Grafika\EditorInterface::resizeExactWidth PHP Method

resizeExactWidth() public method

Resize image to exact width. Height is auto calculated. Useful for creating column of images with the same width.
public resizeExactWidth ( grafika\ImageInterface &$image, integer $newWidth ) : grafika\EditorInterface
$image grafika\ImageInterface Instance of Image.
$newWidth integer Width in pixels.
return grafika\EditorInterface An instance of Editor.
    public function resizeExactWidth(&$image, $newWidth);