module ChunkyPNG::Canvas::Operations
def rotate_180
- See: #rotate_180! -
Returns:
-
(ChunkyPNG::Canvas)
- The rotated image.
def rotate_180 dup.rotate_180! end
(ChunkyPNG::Canvas)
- The rotated image.
def rotate_180 dup.rotate_180! end