Overrides ImageInterface::rotate
public function rotate($degrees, $background = NULL) { return $this->apply('rotate', [ 'degrees' => $degrees, 'background' => $background, ]); }