ratz/src/communication/media/images/wordcloud/mask.go

// 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 {}