PHP 클래스 Sulu\Bundle\MediaBundle\Media\ImageConverter\Cropper\Cropper

상속: implements Sulu\Bundle\MediaBundle\Media\ImageConverter\Cropper\CropperInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
crop ( Imagine\Image\ImageInterface $image, $x, $y, $width, $height )
isValid ( Imagine\Image\ImageInterface $image, $x, $y, $width, $height, array $format )

비공개 메소드들

메소드 설명
isInsideImage ( Imagine\Image\ImageInterface $image, $x, $y, $width, $height ) : boolean Returns true iff the cropping does not exceed the image borders.
isNotSmallerThanFormat ( $width, $height, array $format ) : boolean Returns true iff the crop is greater or equal to the size of a given format.

메소드 상세

crop() 공개 메소드

public crop ( Imagine\Image\ImageInterface $image, $x, $y, $width, $height )
$image Imagine\Image\ImageInterface

isValid() 공개 메소드

public isValid ( Imagine\Image\ImageInterface $image, $x, $y, $width, $height, array $format )
$image Imagine\Image\ImageInterface
$format array