Convert bitmap to ascii triplets
Posted: 2011-05-10T17:32:49-07:00
I have a series of bitmaps that will be used to create a 3-D data volume in geographic space. Each bitmap represents x,z space, and each pixel is thought to have a value "p". Would like to run a batch process to convert each bitmap to an ascii file composed of "x", "z" and "p" values. The "y" value is given by the bitmap file name. The ultimate goal is a spreadsheet that has a separate row for each x,y,z,p combination. Will ImageMagick facilitate this? Thank you.