Versions in this module Expand all Collapse all v1 v1.0.1 Dec 4, 2023 Changes in this version + func Merge(images []image.Image, row int, col int, options ...func(*Option)) (image.Image, error) + func WithColor(v string) func(option *Option) + func WithPadding(v int) func(option *Option) + func WithQuality(v int) func(option *Option) + func WithSpace(v int) func(option *Option) + type Option struct + Color color.Color + Padding int + Quality int + Space int