PHP 클래스 Microweber\Utils\Thumbnailer

from http://www.hardcode.nl/subcategory_4/article_503-thumbnail-class
파일 보기 프로젝트 열기: microweber/microweber

공개 메소드들

메소드 설명
__construct ( $image = false )
createThumb ( array $specifications, $outputPath ) * createThumb creates and saves a thumbnail requires an $outputPath including filename to save thumbnail file to; specifications = array(maxLength=>100,width=>100,height=100,mime=>'image/jpeg')
setImage ( $image )

비공개 메소드들

메소드 설명
LoadGif ( $imgname )
LoadJpeg ( $imgname )
LoadPNG ( $imgname )
imageerror ( )
loadImage ( $imgname, $type )
saveImage ( $image, $imgname, $type )

메소드 상세

__construct() 공개 메소드

public __construct ( $image = false )

createThumb() 공개 메소드

* createThumb creates and saves a thumbnail requires an $outputPath including filename to save thumbnail file to; specifications = array(maxLength=>100,width=>100,height=100,mime=>'image/jpeg')
public createThumb ( array $specifications, $outputPath )
$specifications array

setImage() 공개 메소드

public setImage ( $image )