Grafika\EditorInterface::flip PHP 메소드

flip() 공개 메소드

Flip an image.
public flip ( grafika\ImageInterface &$image, string $mode ) : grafika\EditorInterface
$image grafika\ImageInterface Instance of Image.
$mode string The type of flip: 'h' for horizontal flip or 'v' for vertical.
리턴 grafika\EditorInterface An instance of Editor.
    public function flip(&$image, $mode);