Lime\Helper\Image::take PHP Method

take() public method

public take ( $imgpath )
    public function take($imgpath)
    {
        $img = new Img($imgpath);
        return $img;
    }
Image