Image Blur Gaussian blur implementation in Go! Devides the image into equal pieces, each thread gets a piece and applys the Gaussian blur algorithm. Before After