Using the fink-package version of dcmtk, I can break up a DICOM file into Mac-recognizable images, i.e.
dcmj2pnm -v -d +Tn +ot +Fa FC7ERRUZ FC7ERRUZ.tiff
Problem is, this gives me each frame separately:
writing frame 1 to FC7ERRUZ.tiff.0.tif writing frame 2 to FC7ERRUZ.tiff.1.tif writing frame 3 to FC7ERRUZ.tiff.2.tif writing frame 4 to FC7ERRUZ.tiff.3.tif writing frame 5 to FC7ERRUZ.tiff.4.tif writing frame 6 to FC7ERRUZ.tiff.5.tif writing frame 7 to FC7ERRUZ.tiff.6.tif writing frame 8 to FC7ERRUZ.tiff.7.tif writing frame 9 to FC7ERRUZ.tiff.8.tif...
I can play these images as a loop using the "animate" ImageMagick command. But is there any way I can reassemble these individual files into a single file playable by QuickTime or some other player?
Jonathan
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
