Skip to content

jorgeacortes/binary-to-bmp-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary to BMP image converter

binary-to-bmp-converter is a utility that generates bmp images based on any file given as input. Basically reads the raw contents of the provided file and creates pixels by taking 3 by 3 bytes and writes the bmp image.

This app is my first learn by doing project in rust as serves also as a simple file handling example in rust.

Build

cargo build

Usage

binary-to-bmp-converter foo.bin

License

MIT

About

Utility that creates bmp images from any file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages