package
3.7.1
Repository: https://github.com/lu4p/unipdf.git
Documentation: pkg.go.dev

# 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.

# Structs

Context represents an image rendering context.