Creates and exports images as BMP files. https://en.wikipedia.org/wiki/BMP_file_format
go run main.go
The output file gradient.bmp
will be generated in the current directory.
Image dimensions and gradient colors can be modified in the main()
function.