Closed EhabSalah closed 7 months ago
Describe the bug standard.WithBgTransparent() doesn't set the background as transparent!
To Reproduce customWriter := &customWriteCloser{} standard.NewWithWriter( customWriter, standard.WithBgTransparent(), )
Expected behavior Black foreground with transparent background image Screenshots
set the .png extension bro and share full code pls
@EhabSalah Could you provide the minimal code sample that reproduces the bug? As the @localpurpose said are you using PNG format to output?
Describe the bug standard.WithBgTransparent() doesn't set the background as transparent!
To Reproduce customWriter := &customWriteCloser{} standard.NewWithWriter( customWriter, standard.WithBgTransparent(), )
Expected behavior Black foreground with transparent background image Screenshots