Image2Css\Converter::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $filename )
    public function __construct($filename)
    {
        $this->setPath($filename);
        $this->setColorType(\Image2Css\Converter::BEST);
        $this->setWidth(100);
        $this->setPixelSize(8);
        $this->setBlur(0);
        $this->setTrueColor(true);
    }