vinayvenu / orthanc

Automatically exported from code.google.com/p/orthanc
GNU General Public License v3.0
1 stars 3 forks source link

WebView plugin does not show jpeg picture from my own created DICOM file #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Upload attached dicom file
2.Go to patients
3.Try to see the image with WebView plugin

What is the expected output? What do you see instead?
Picture fith radial segment, that I can see in Osirix viewer

What version of the product are you using? On what operating system?
0.8.5, 0.8.6
Fedora 21 Server, x86_64

Please provide any additional information below.
WebView plugin shows all others pictures from osirix samples, but not mine. I 
think that my dicom file has some issues in structure, but It can be seen 
without any problem by any other DICOM viewer.

Original issue reported on code.google.com by Vladimir...@gmail.com on 2 Mar 2015 at 10:30

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

Thanks for reporting this problem!

This issue is related to the following bug in GDCM:
https://sourceforge.net/p/gdcm/mailman/gdcm-developers/thread/258984438.7793594.
1424277059205.JavaMail.root@chu.ulg.ac.be/

Indeed, your file is encoded using the "YBR_FULL_422" photometric 
interpretation, but GDCM fails to convert it to the "RGB" photometric 
interpretation, which in turn prevents the display inside the Orthanc Web 
Viewer.

I am now working on a patch that will make the Web viewer use Orthanc's own 
DICOM decoder when GDCM fails to decode one file.

Sébastien-

Original comment by s.jodo...@gmail.com on 23 Jun 2015 at 1:11

GoogleCodeExporter commented 9 years ago

Original comment by s.jodo...@gmail.com on 23 Jun 2015 at 1:11

GoogleCodeExporter commented 9 years ago
This issue has just been fixed:
https://bitbucket.org/sjodogne/orthanc-webviewer/commits/111689a2c17736b168d51c6
8320015f8c3e6547e

Original comment by s.jodo...@gmail.com on 24 Jun 2015 at 2:23