module ChunkyPNG::Canvas::Operations

def flip_vertically

Other tags:
    See: #flip_vertically! -

Returns:
  • (ChunkyPNG::Canvas) - The flipped image
def flip_vertically
  dup.flip_vertically!
end