package
0.0.0-20210215095355-1effa6f5c564
Repository: https://github.com/moolekkari/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.