module ChunkyPNG::Canvas::Operations

The ChunkyPNG::Canvas::Operations module defines methods to perform operations on a {ChunkyPNG::Canvas}. The module is included into the Canvas class so all these methods are available on every canvas.

Note that some of these operations modify the canvas, while some operations return a new canvas and leave the original intact.

@see ChunkyPNG::Canvas