# Functions
NewContext creates a new image.RGBA with the specified width and height and prepares a context for rendering onto that image.
NewContextForImage copies the specified image into a new image.RGBA and prepares a context for rendering onto that image.
NewContextForRGBA prepares a context for rendering onto the specified image.