GitHub - zyperpl/bmp2cpp: Simple tool for converting bmp file to data array in C++ file

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on May 3, 2024. It is now read-only.

BMP2CPP

Tool reads BMP file and produces C++ file with array of pixels.
It can be used to quickly include binary file in C++ as source file.

Usage

./bmp2cpp <bmp file> [-o <output file>]

Compilation