class ChunkyPNG::Canvas

def to_image

Creates an ChunkyPNG::Image object from this canvas
def to_image
  ChunkyPNG::Image.from_canvas(self)
end