first of all i am new here so hi everyone!

I am looking for a program that can generate binary patterns like the ones shown below. i know there are generators out there but i cant seem to find any, been searching for hours:(

i want to generate code like this:

000000000000000000000000
000000000001100000000000
000000001111100000000000
000000111101100000000000
000001100001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000000000001100000000000
000001111111111111100000
000001111111111111100000
000000000000000000000000
000000000000000000000000
000000000000000000000000
000000000000000000000000
000000000000000000000000
000000000000000000000000
000000000000000000000000


as you can see, it forms an image of the digit '1'.

I want to generate images like this, either by converting a .BMP file to this format or by entering the digits.

thanks in advance for you help :)

Recommended Answers

All 4 Replies

Learn a programming language, study image identification.

Learn a programming language, study image identification.

thanks....but i do not have time, i have seen a generator before which you insert an image and it turns it into a binary pattern. but just cant find it:(

They're called ASCII art generators.

thanks i have found a few mate. do you know of any c program which can create an image using 0's and 1's from a BMP? cheers agen

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.