Instafilter\Image::resize PHP Method

resize() public method

public resize ( $width, $height = null, $keepar = true, $pad = false )
    public function resize($width, $height = null, $keepar = true, $pad = false)
    {
        $this->_queue('resize', $width, $height, $keepar, $pad);
        return $this;
    }