Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 286 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 286 Bytes

BMP Generator

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.