Skip to content

Forside/BinToBmp

Repository files navigation

BinToBmp

BinToBmp allows you to convert any file into a beautiful bitmap. For this it takes every byte of the file and fills it into a generated bitmap, where every byte indicates an index of a color table (8-bit bitmap).

Usage is simple:

java -jar BinToBmp.jar <file>

This will generate a bitmap to <file>.bmp

Example output using the jar file as source:

BinToBmp to Bmp


Upcoming features:

  • Memory improvements
  • Sequential write to output file instead of generating the whole bitmap in memory before writing
  • Ability to sort all pixels by color and put them grouped into the bitmap
  • Progress bar
  • Name output file corresponding to input file
  • Ability to reverse convert bitmap

About

Converts any file into a beautiful Bitmap.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages