Grafika\EditorInterface::free PHP Method

free() public method

Free the image clearing resources associated with it.
public free ( grafika\ImageInterface &$image ) : grafika\EditorInterface
$image grafika\ImageInterface Instance of Image.
return grafika\EditorInterface An instance of Editor.
    public function free(&$image);