Skip to content

Create BMP images with the data entirely based of your own data

License

Notifications You must be signed in to change notification settings

zhengsyou/Text-to-BMP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Text-to-BMP lets you take your own data and create a BMP image out of it.

Usage: bmpmaker [OPTIONS] Reads data from stdin

Options:
 -w <width>             Choose the width of the image. The height will
                        be automatically determined if -h is not choosed
						
 -h <height>            Choose the height of the image. The width will
                        be automatically determined if -w is not choosed
						
 -o <file>              Place the output in <file>. Standard
                        name is a.bmp
						
 -c <ascii>             If the appliction needs to fill the image with
                        junk data this character will be used. Standard
                        is null
						
 -i                     Prints information about the image on
                        the screen
						
 -h --help              Shows this info

Example usage:

bmpmaker -h 40 -o my_image.bmp < my_data.txt

Example rendering

The hitchhikers guide to the galaxy:

The hitchhikers guide to the galaxy

The hitchhikers guide to the galaxy

About

Create BMP images with the data entirely based of your own data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%