PHP 클래스 App\Libraries\ImageProcessor

파일 보기 프로젝트 열기: ppy/osu-web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$allowedTypes
$errors
$hardMaxDim
$hardMaxFileSize
$inputDim
$inputFileSize

공개 메소드들

메소드 설명
__construct ( $inputPath, $targetDim, $targetFileSize )
basicCheck ( )
ext ( )
parseInput ( $force = false )
process ( )
purgeExif ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $inputPath, $targetDim, $targetFileSize )

basicCheck() 공개 메소드

public basicCheck ( )

ext() 공개 메소드

public ext ( )

parseInput() 공개 메소드

public parseInput ( $force = false )

process() 공개 메소드

public process ( )

purgeExif() 공개 메소드

public purgeExif ( )

프로퍼티 상세

$allowedTypes 공개적으로 프로퍼티

public $allowedTypes

$errors 공개적으로 프로퍼티

public $errors

$hardMaxDim 공개적으로 프로퍼티

public $hardMaxDim

$hardMaxFileSize 공개적으로 프로퍼티

public $hardMaxFileSize

$inputDim 공개적으로 프로퍼티

public $inputDim

$inputFileSize 공개적으로 프로퍼티

public $inputFileSize