Constructing bitmap files with Elixir

Let's take advantage of Elixir's built-in binary handling and construct Win2.x bitmap files! #nostalgia.

No external dependencies needed.

We'll make version 2 .BMP files, and use the following file format specification to do it.

See the challenge solved

Back to index