Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
Recently I need to show a pic from X ray machine, which picture is a 1024*1024 *16bit raw format.I found that picturebox cannot support the picture format,and i want to find a new control to show that.
Thanks in advance!
Posted
Updated 19-Feb-14 14:22pm
v2
Comments
Sergey Alexandrovich Kryukov 19-Feb-14 20:14pm    
Which raw format, exactly?
—SA
yuanhaosh 19-Feb-14 20:23pm    
a pic from X ray machine, which picture is a 1024*1024 *16bit raw format,thanksg in advance
[no name] 19-Feb-14 21:01pm    
"raw" is probably a proprietary format relating to your xray machine. Just as raw from a digital camera is incomprehensible to most programs you will have to convert to an image format that is in common use such as bitmap or jpeg.
Sergey Alexandrovich Kryukov 19-Feb-14 21:36pm    
They have a united medical imaging standards; yes, DICOM. I answered, please see.
—SA
TnTinMn 19-Feb-14 21:28pm    
This is from a search I ran on 16-bit x-ray image format.
ezDICOM DICOM viewer: http://www.mccauslandcenter.sc.edu/mricro/ezdicom/index.html

It may be worth downloading the viewer and trying it.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900