PHP 클래스 App\Libraries\ImageProcessorService

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

공개 메소드들

메소드 설명
__construct ( $workingFolder = null, $endpoint = null )
optimize ( $src )
process ( $method, $src )
resize ( $src, $format )

비공개 메소드들

메소드 설명
isValidFormat ( $size )

메소드 상세

__construct() 공개 메소드

public __construct ( $workingFolder = null, $endpoint = null )

optimize() 공개 메소드

public optimize ( $src )

process() 공개 메소드

public process ( $method, $src )

resize() 공개 메소드

public resize ( $src, $format )