Nearly everytime I developed something on an embedded device I came to the point where I needed a simple 1-bit Bitmap to integrate some symbols. The Problem was that everytime I had to write my images by hand like:
0b0000000
0b0001000
0b0010100
0b0100010
0b1000001
And then i came to the point the images were larger than this example, say 32*32 or more. And thats a torture.

And that's the reason I started this project.
It's a simple and small command line application which let you convert any (1-32bit) BMP into a string representation of 0 or 1, or even in hex. The program hasn't any problem with images up to 1000 * 1000 px.

Btw, it's not as useful to tell you all about everything the program can do as to try yourself, just download it and feed it with an random BMP image, it's smaller than 200kB :)

If you're not on Windows you can use the Program with WINE or easily recompile it for your platform (You have to change the output coloring)

Program developement: finished

Features

  • Convert any BMP file to binary or hex representation
  • - with or without prefix
  • - "colors" like input or inverted
  • - with screen and/or file output (file output only increases speed (1000*1000 img in <0.2 sec))

Project Samples

Project Activity

See All Activity >

Follow MonoBitmap

MonoBitmap Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of MonoBitmap!

Additional Project Details

Operating Systems

Windows

Languages

English

Intended Audience

Developers

User Interface

Command-line

Programming Language

C++

Related Categories

C++ Code Generators, C++ Image Converters

Registered

2013-08-10