Reading FilmX Picture Files?
bzlman asks: "I just broke my finger and instead of conventional x-rays, the ER gave me a CD with huge picture files on it from the company called FilmX from sorna.com. Unfortunately, the software to read the pics is for Windows, and the file type for the images (each about 10 MB) is 'command line' (the files are of no conventional type). I've tried opening the files with every image program for Mac OS X and Classic, to no avail. These are high quality images I want to see, and I hope someone can help me find a Mac OS X way to view them. Thanks."
Hmm... their homepage says they are "a dicom solution".
A versiontracker search for "dicom" under MacOSX returns these programs.
Or you could just use the ubiquitous GraphicConverter which handles just about everything, including dicom images iirc.
"The worst tyrannies were the ones where a governance required its own logic on every embedded node." - Vernor Vinge
It says on the freakin' link you supplied what the format is: DICOM
Use Google and find plenty of viewers (ImageMagick works, for instance).
It would've taken you less typing then your slashdot story.
The viewer is on the CD. Not the best solution, but Virtual PC should allow you to view it.
I am living proof of the Peter Principle
I know nothing about the specific file format being used here, but the fact that the images are quite large might suggest that they contain an uncompressed representation of the image data, possibly viewable with a raw image data loader (such as the GIMP plugin called raw.c).
Of course, even if that is the case, it might not be possible to get a decent picture from it, but it's worth a shot.
the pictures may be in DICOM format, which is the standard for radiographic images. Either of these programs will read that format and allow you to manipulate the image series.
I have to assume you checked the type of the file by pointing at it in the Finder.
Pull up a Terminal and enter 'file name-of-one-of-the-files' without the quotes. It will tell you.
It's likely to say DICOM Medical Imaging Data, but we'll see.
Search for a reader for the format it suggests.
what you are looking for is an open-source DICOM Viewer. OpenRad is a great source for open source radiology projects and information.
Many programs will view DICOM files these days, even the most excellent and venerable ImageMagik. Osirix is an excellent tool for visualising and analysing medical images, volumetric data, and will let you manipulate the data, view in 3D and all sorts of funky things.
http://irad.sourceforge.net/