PHP 클래스 Image, opencart

저자: Tekriti Software (www.TekritiSoftware.com)
상속: extends Content
파일 보기 프로젝트 열기: opencart/opencart 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $file )
crop ( $top_x, $top_y, $bottom_x, $bottom_y )
getBits ( )
getFile ( )
getHeight ( )
getImage ( )
getMime ( )
getWidth ( )
resize ( $width, $height, $default = '' )
rotate ( $degree, $color = 'FFFFFF' )
save ( $file, $quality = 90 )
watermark ( $watermark, $position = 'bottomright' )

비공개 메소드들

메소드 설명
filter ( )
html2rgb ( $color )
merge ( $merge, $x, $y, $opacity = 100 )
text ( $text, $x, $y, $size = 5, $color = '000000' )

메소드 상세

__construct() 공개 메소드

public __construct ( $file )

crop() 공개 메소드

public crop ( $top_x, $top_y, $bottom_x, $bottom_y )

getBits() 공개 메소드

public getBits ( )

getFile() 공개 메소드

public getFile ( )

getHeight() 공개 메소드

public getHeight ( )

getImage() 공개 메소드

public getImage ( )

getMime() 공개 메소드

public getMime ( )

getWidth() 공개 메소드

public getWidth ( )

resize() 공개 메소드

public resize ( $width, $height, $default = '' )

rotate() 공개 메소드

public rotate ( $degree, $color = 'FFFFFF' )

save() 공개 메소드

public save ( $file, $quality = 90 )

watermark() 공개 메소드

public watermark ( $watermark, $position = 'bottomright' )