#Rendering images

5 messages · Page 1 of 1 (latest)

rugged hazel
#

I want to overlay images, draw text, shapes and gradients and do some basic layouts (like "these images are going to be side to side horizontally" etc.) using go is there a package for this?

I know about the image package and also the golang.org/x/image/draw package but I didn't find any layout functionality in these.

buoyant turret
rugged hazel
#

nice! but doesn't have layout capabilities either,

#

I wanted to just use flutter but rendering static images out to files/clients without a GUI isn't an intended use case outside of tests