The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Text Images

2023-12-12

What are text images

Text images are just arrays of numbers stored in a tab-delimited file (https://en.wikipedia.org/wiki/Tab-separated_values), where each location in the file is a pixel and the value stored there is the pixel intensity.

What are they good for?

You might need to read them

Many softwares (e.g. Microsoft excel) don’t support the saving of arrays as TIFF files. Many of these such softwares do support the saving of arrays as (tab-separated) text files. So, whether you like it or not, you might come across an image that was saved as a text file. You might not (if you’re lucky), but I have, so being able to read them is handy. Beware that ijtiff::read_txt_img() assumes a tab-separated file (so something else like a CSV file won’t work). This is the type of text image that you can save from ImageJ.

You might (once in a million years) want to write them

A 32-bit TIFF file can only hold values up to \(2^{32} - 1\), that’s approximately \(4 \times 10^9\). For whatever reason, this might not be enough for you, what if you want to write a value of \(10^{10}\) to an image? Then, you’re out of luck with TIFF files (and most if not all other image formats), but a text image is your friend. Text images place no restriction on the values therein. They’re awkward and inefficient, but they can get you out of a hole sometimes.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.