Search found 1 match
- 2011-05-10T17:32:49-07:00
- Forum: Users
- Topic: Convert bitmap to ascii triplets
- Replies: 1
- Views: 4877
Convert bitmap to ascii triplets
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 ...