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)
- Host: GitHub
- URL: https://github.com/manu-sh/bmp24
- Owner: Manu-sh
- License: mit
- Created: 2019-01-29T12:32:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T14:33:47.000Z (over 1 year ago)
- Last Synced: 2025-04-05T18:06:03.688Z (about 1 year ago)
- Topics: bitmap, bmp, mandelbrot, truecolor
- Language: C++
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
###### 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).