Welcome to Atalasoft Community
Sign in
|
Join
|
Help
in
DotImage Discussions (forum)
.NET Imaging Discussions (group)
(Entire Site)
Atalasoft Community
»
.NET Imaging Discussions
»
DotImage Discussions
»
Re: DICOM
DICOM
Last post 16 May 2007, 12:56 PM by
Seabass
. 6 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
07 May 2007, 10:35 AM
11947
Seabass
Joined on 07 May 2007
Posts 9
DICOM
Reply
Quote
I was wondering whether it's possible to view a DICOM image using a DotImage viewer component.
Best regards.
Report abuse
07 May 2007, 10:50 AM
11948
in reply to
11947
Seabass
Joined on 07 May 2007
Posts 9
Re: DICOM
Reply
Quote
Ignore the above post... It seems that DotImage 5 indeed claims to be able to open a DICOM image ...now my question is how well does it work.. I tried to open some DICOM images and it CRASHED ( the DICOM images I tried to open were taken from http://dicom.online.fr/fr download.htm ; this page stores them as ZIP files but I used WinZIP to unzip them )
Report abuse
07 May 2007, 11:13 AM
11950
in reply to
11948
Bill Bither
Joined on 01 Feb 2002
USA
Posts 2,573
Re: DICOM
Reply
Quote
Indeed, the images you refer to don't open in DotImage. Not sure why, but now we have them to test so I'm sure we'll be able to resolve it soon. Please try the viewer on other DICOM images, we've tested quite a few without this problem.
Bill Bither
Atalasoft
Filed under:
dicom
Report abuse
11 May 2007, 4:43 PM
12006
in reply to
11948
loufranco
Joined on 03 Apr 2006
Northampton, MA
Posts 176
Re: DICOM
Reply
Quote
We believe those files to not be valid DICOM (according to the Spec). We have worked with DicomWorks to find out what they are doing exactly and we have updated our CODEC to be able to read these files. The next version of DotImage (5.0b) will have this fix and is scheduled to be released on Monday (May 14th)
Report abuse
15 May 2007, 8:35 AM
12020
in reply to
12006
Seabass
Joined on 07 May 2007
Posts 9
Re: DICOM
Reply
Quote
can you send me some multi-frames that work
thanks
Report abuse
15 May 2007, 9:23 AM
12021
in reply to
12020
Bill Bither
Joined on 01 Feb 2002
USA
Posts 2,573
Re: DICOM
Reply
Quote
We can't share the DICOM images we have, but there are websites out there with some test images. If you download the latest version of DotImage, it will now support DicomWorks images.
Bill Bither
Atalasoft
Filed under:
dicom
Report abuse
16 May 2007, 12:56 PM
12040
in reply to
12021
Seabass
Joined on 07 May 2007
Posts 9
Re: DICOM
Reply
Quote
Bitmap bmp = new Bitmap(workspaceViewer.Image.ToBitmap());
This works well if the workspaceViewer holds a JPEG image but it crashes if it holds a DICOM image.
How can I get a bitmap object from a workspaceViewer that holds a DICOM ?
Report abuse