I have a file that is obtained from X-Ray machine , the extension of the file is .raw. What I need is to display this file in a picture box , How can be done in c# ?
Note : I have tried to convert it to byte array than to load it , the image is shown but corrupted. I tried Image.FromFile() , error of (Out of memory) is thrown . I tried to load from a stream and also an error occured (Paramater not valid).