Versions in this module Expand all Collapse all v1 v1.0.1 Dec 4, 2023 Changes in this version + func Border(src image.Image, width int, colors ...string) image.Image + func Circle(src image.Image) image.Image + func Resize(src image.Image, w, h int) image.Image + func Rounded(src image.Image, p float64) image.Image + func WatermarkImage(src, w image.Image, p image.Point) image.Image + func WatermarkText(src image.Image, text string, color string, size, x, y float64) image.Image