PHP 클래스 Image2Css\Converter

파일 보기 프로젝트 열기: jaysalvat/image2css

공개 메소드들

메소드 설명
__construct ( $filename )
__toString ( )
computeStyle ( )
getBlur ( )
getColorMap ( )
getColorType ( )
getImageHeight ( )
getImageWidth ( )
getPath ( )
getPixelSize ( )
getTrueColor ( )
getWidth ( )
load ( $filename )
resize ( $width )
setBlur ( $blur )
setColorType ( $type )
setPath ( $path )
setPixelSize ( $size )
setTrueColor ( $true_color )
setWidth ( $width )

비공개 메소드들

메소드 설명
rgb2hexa ( $value )

메소드 상세

__construct() 공개 메소드

public __construct ( $filename )

__toString() 공개 메소드

public __toString ( )

computeStyle() 공개 메소드

public computeStyle ( )

getBlur() 공개 메소드

public getBlur ( )

getColorMap() 공개 메소드

public getColorMap ( )

getColorType() 공개 메소드

public getColorType ( )

getImageHeight() 공개 메소드

public getImageHeight ( )

getImageWidth() 공개 메소드

public getImageWidth ( )

getPath() 공개 메소드

public getPath ( )

getPixelSize() 공개 메소드

public getPixelSize ( )

getTrueColor() 공개 메소드

public getTrueColor ( )

getWidth() 공개 메소드

public getWidth ( )

load() 공개 메소드

public load ( $filename )

resize() 공개 메소드

public resize ( $width )

setBlur() 공개 메소드

public setBlur ( $blur )

setColorType() 공개 메소드

public setColorType ( $type )

setPath() 공개 메소드

public setPath ( $path )

setPixelSize() 공개 메소드

public setPixelSize ( $size )

setTrueColor() 공개 메소드

public setTrueColor ( $true_color )

setWidth() 공개 메소드

public setWidth ( $width )