Grafika\EditorInterface::resizeExactHeight PHP Method

resizeExactHeight() public method

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