Question

I want to write an image array to text file when i try the result is one column which contain all values.

Was it helpful?

Solution

Build up each line in the format you want, then write the whole line to file. There are suitable functions to help in the std.textio library.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top