Text-to-bitmap

Encodes your text as a bitmap

Download as .zip Download as .tar.gz View on GitHub

Text-to-Bitmap

See examples of what Text to Bitmap does!

Ready for a challenge? Can you crack the code?

Check out a demo of the API -- no programming necessary!

Text to Bitmap API Documentation

Endpoints

/text_to_bitmap (POST)

Takes your text and encodes it into a bitmap image.

Required parameters

Optional parameters (If not provided, these will be autogenerated for you.)

/bitmap_to_text (POST)

Given an encoded bitmap image and the proper decoding instructions, returns the hidden text.

Required paramters

Very important! If you encode a bitmap with particular instructions (rgbseed, addvalpos, rgborder), you MUST use the same instructions (plus the same offset returned to you) to decode that image! Using a different set of instructions WILL NOT work!

Play around with the API demo!