Package swizzle provides functions for converting between RGBA pixel formats.
func BGRA(p []byte)
BGRA converts a pixel buffer between Go's RGBA and other systems' BGRA byte orders.
It panics if the input slice length is not a multiple of 4.