I am looking for a simple and especially fast opportunity to convert a binary matrix (consisting of only 0 and 1), stored in a text file, into some kind of plot. The black and white bitmap will complete my visualization task. I tried with gnuplot, but I think the first time gnuplot is missing, because I have a lot of data (at least dozens of MiB), and the memory consumption and processing time are terrible.
When searching for solutions, I mainly found material related to stored binary matrices (data format) and the ability to read a binary data format, for example. Gnuplot.
Do you know about any programs that can convert a text matrix to a bitmap quickly ? Iβm even thinking about writing a small C program that does this, but since I canβt appreciate how difficult it is to create bitmap images in a way that I never did image processing before it would be nice to use existing tools, if possible.
Thanks!
source share