class ImageProcessing::Vips::Processor

def rotate(degrees, **options)

Rotates the image by an arbitrary angle.
def rotate(degrees, **options)
  image.similarity(angle: degrees, **options)
end