- This topic has 2 replies, 2 voices, and was last updated 15 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Front Page › Forums › BioMap › img/hdr to text file
I was interested in doing some numerical analysis on image data so I have written a small c++ that converts img/hdr pair generated by "4000 imaging" into a comma delimited text file.
I have added it to Sourceforge so that anyone can use it.
[url]http://sourceforge.net/projects/img2csv/[/url]
It is obviously released without any warranty. It uses the CImg library to access the image data (a copy of the version used is included with img2csv)
It has been tested on Linux running fedora and centos but should work for other unix flavors.
The first column is a string of the form "X47 Y32", corresponding to the XY position data
Be warned unpacking a img/hdr file into raw text generates very large files.
I hope other people find it useful. Comments criticisms or addendums welcome.
Chris
Post edited by: arthuc01, at: 2008/09/04 01:19
Is it possible to get the IMG file structure? We would like to have that for our internal use.
arthuc01: Please let me know. My email is chaudhary.t@pg.com
The img file structure is descibed in this forum, please use the search function and you’ll find it. But… you may want to start writing software for the new imzML format. Its a XML format, making live much easier…
Markus