Method |
Description |
|
applyToImage ( Imagine\Image\ImageInterface $image ) : Imagine\Image\ImageInterface |
Applies this adjustment to the given Imagine Image object |
|
canBeApplied ( Imagine\Image\ImageInterface $image ) : boolean |
Check if this Adjustment can or should be applied to its ImageVariant. |
|
getHeight ( ) : integer |
Returns height |
|
getWidth ( ) : integer |
Returns width |
|
getX ( ) : integer |
Returns x |
|
getY ( ) : integer |
Returns y |
|
refit ( Neos\Media\Domain\Model\ImageInterface $image ) : void |
Refits the crop proportions to be the maximum size within the image boundaries. |
|
setHeight ( integer $height ) : void |
Sets height |
|
setWidth ( integer $width ) : void |
Sets width |
|
setX ( integer $x ) : void |
Sets x |
|
setY ( integer $y ) : void |
Sets y |
|