An open API service indexing awesome lists of open source software.

https://github.com/manu-sh/bmp24

Implementation of windows bitmap file format (truecolor)
https://github.com/manu-sh/bmp24

bitmap bmp mandelbrot truecolor

Last synced: 3 months ago
JSON representation

Implementation of windows bitmap file format (truecolor)

Awesome Lists containing this project

README

          

# bmp24


###### Implementation of windows bitmap file format (truecolor)

English resources:
* https://engineering.purdue.edu/ece264/17au/hw/HW15
* http://www.brackeen.com/vga/bitmaps.html
* https://web.archive.org/web/20080912171714/
* http://www.fortunecity.com/skyscraper/windows/364/bmpffrmt.html
* https://en.wikipedia.org/wiki/BMP_file_format
* https://docs.microsoft.com/en-us/windows/desktop/gdi/bitmap-header-types

Italian resouces:
* http://www.di.unito.it/~rossano/DIDATTICA/INF-0304/lezione7-dams.pdf
* https://www.brescianet.com/appunti/vari/tracciati/bmpformat.htm
* http://www.di.uniba.it/~ig/KubriK/BmpFormat.html
* https://it.ccm.net/contents/696-il-formato-bmp

###### Copyright © 2019, [Manu-sh](https://github.com/Manu-sh), s3gmentationfault@gmail.com. Released under the [MIT license](LICENSE).