// Mask creates a slice of box structs from a given mask image to be passed to wordclouds.MaskBoxes. func Mask(data []byte, width int, height int, exclude color.RGBA) []*Box { … }
// Mask creates a slice of box structs from a given mask image to be passed to wordclouds.MaskBoxes. func Mask(data []byte, width int, height int, exclude color.RGBA) []*Box { … }