Grafika\EditorInterface::apply PHP 메소드

apply() 공개 메소드

Apply a filter to the image. See Filters section for a list of available filters.
public apply ( grafika\ImageInterface &$image, grafika\FilterInterface $filter ) : grafika\EditorInterface
$image grafika\ImageInterface Instance of Image.
$filter grafika\FilterInterface Instance implementing the FilterInterface.
리턴 grafika\EditorInterface An instance of Editor.
    public function apply(&$image, $filter);