PHP Class Image2Css\Converter

Afficher le fichier Open project: jaysalvat/image2css

Méthodes publiques

Méthode Description
__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 )

Private Methods

Méthode Description
rgb2hexa ( $value )

Method Details

__construct() public méthode

public __construct ( $filename )

__toString() public méthode

public __toString ( )

computeStyle() public méthode

public computeStyle ( )

getBlur() public méthode

public getBlur ( )

getColorMap() public méthode

public getColorMap ( )

getColorType() public méthode

public getColorType ( )

getImageHeight() public méthode

public getImageHeight ( )

getImageWidth() public méthode

public getImageWidth ( )

getPath() public méthode

public getPath ( )

getPixelSize() public méthode

public getPixelSize ( )

getTrueColor() public méthode

public getTrueColor ( )

getWidth() public méthode

public getWidth ( )

load() public méthode

public load ( $filename )

resize() public méthode

public resize ( $width )

setBlur() public méthode

public setBlur ( $blur )

setColorType() public méthode

public setColorType ( $type )

setPath() public méthode

public setPath ( $path )

setPixelSize() public méthode

public setPixelSize ( $size )

setTrueColor() public méthode

public setTrueColor ( $true_color )

setWidth() public méthode

public setWidth ( $width )