Brabijan\Images\Image::__construct PHP Method

__construct() public method

public __construct ( string $file )
$file string
    public function __construct($file)
    {
        $this->file = $file;
        $this->size = Size::fromFile($file);
    }