module ChunkyPNG::Canvas::Operations

def rotate_180

Other tags:
    See: #rotate_180! -

Returns:
  • (ChunkyPNG::Canvas) - The rotated image.
def rotate_180
  dup.rotate_180!
end