bimg icon indicating copy to clipboard operation
bimg copied to clipboard

Watermark error

Open lb151 opened this issue 4 years ago • 0 comments

VipsOperation: class "text" not found

waterImageOptions := bimg.Watermark{ Text: "Chuck Norris (c) 2315", Opacity: 0.25, Width: 200, DPI: 100, Margin: 150, Font: "sans bold 12", Background: bimg.Color{255, 255, 255}, } newImage,err := bimg.NewImage(sourceImage).Watermark(waterImageOptions)

lb151 avatar Oct 14 '19 07:10 lb151