Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.
/ bmp2cpp Public archive

Simple tool for converting bmp file to data array in C++ file

Notifications You must be signed in to change notification settings

zyperpl/bmp2cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  $ make

About

Simple tool for converting bmp file to data array in C++ file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages