You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dest := image.NewPaletted(bounds, palette.Plan9)
canvas := draw2dimg.NewGraphicContext(dest)
I crash with
panic: Image type not supported
goroutine 70 [running]:
github.com/llgcode/draw2d/draw2dimg.NewGraphicContext(0x7f18c0, 0xc420096660, 0x10000)
/home/conor/thingo/go/src/github.com/llgcode/draw2d/draw2dimg/ftgc.go:63 +0xe9
Am I doing something wrong or are paletted images just not supported? If the latter, is there any plan for support in the future? Creating an RGBA image then converting it to paletted takes a big toll on performance
The text was updated successfully, but these errors were encountered:
Hey, when trying to use
I crash with
Am I doing something wrong or are paletted images just not supported? If the latter, is there any plan for support in the future? Creating an RGBA image then converting it to paletted takes a big toll on performance
The text was updated successfully, but these errors were encountered: