PHP 클래스 TippingCanoe\Imager\ImageData

Represents some internal information we'd like to gather on image originals prior to storage.
파일 보기 프로젝트 열기: tippingcanoe/imager 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$file Symfony\Component\HttpFoundation\File
$intervention Intervention\Image\Image

공개 메소드들

메소드 설명
__construct ( File $file, Intervention\Image\Image $intervention )
getAveragePixelColor ( ) : string
getHeight ( ) : integer
getWidth ( ) : integer

메소드 상세

__construct() 공개 메소드

public __construct ( File $file, Intervention\Image\Image $intervention )
$file Symfony\Component\HttpFoundation\File\File
$intervention Intervention\Image\Image

getAveragePixelColor() 공개 메소드

public getAveragePixelColor ( ) : string
리턴 string

getHeight() 공개 메소드

public getHeight ( ) : integer
리턴 integer

getWidth() 공개 메소드

public getWidth ( ) : integer
리턴 integer

프로퍼티 상세

$file 보호되어 있는 프로퍼티

protected File,Symfony\Component\HttpFoundation $file
리턴 Symfony\Component\HttpFoundation\File

$intervention 보호되어 있는 프로퍼티

protected Image,Intervention\Image $intervention
리턴 Intervention\Image\Image