I use this awsome library since few years, but, I'm front of a problem. I'd like to put each value from text file on an image. I used this command line :
It's work!, but not quickly... There are 2 400 values in the file, one on each line, so 2 400 lines. How make it faster?montage -label '' `sed 's/^/label:/' myFile` -tile 60x40 -geometry 40x40\> image.png;
Thank you very much.
Guillaume.