On 10 Jul 2009, at 13:55, Albrecht Schlosser wrote: > ntini wrote: >> hi i am new to fltk. m doing project on dicom viewer. i dont no to >> display dicom image. can any one tel how to read and display dicom >> image > > You need to find out how to read the image yourself. FLTK doesn't > support dicom images. > > When you know how to read the image (file), you need to convert the > image data to an array of pixel information (R/G/B) or probably gray > scale only. >
To add to Albrecht's post - this HowTo might help you display your data, once you have figured out how to read it in correctly. http://www.fltk.org/articles.php?L468 _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

