Neos\Media\Domain\Model\Adjustment\ImageAdjustmentInterface::canBeApplied PHP 메소드

canBeApplied() 공개 메소드

Check if this Adjustment can or should be applied to its ImageVariant.
public canBeApplied ( Imagine\Image\ImageInterface $image ) : boolean
$image Imagine\Image\ImageInterface
리턴 boolean
    public function canBeApplied(ImageInterface $image);