Search found 3 matches

by talixx
2015-11-18T06:41:19-07:00
Forum: Bugs
Topic: Error DICOM images -> irregular channel geometry not supported
Replies: 3
Views: 3152

Re: Error DICOM images -> irregular channel geometry not supported

PROBLEM SOLVED I found a solution to my problem. I use a command to decompress a compressed DICOM and now It is working perfectly. The command is: $ gdcmconv --raw compressed.dcm uncompressed.dcm See the source: http://gdcm.sourceforge.net/html/gdcmconv.html So, now I am able to convert, identify ...
by talixx
2015-11-17T09:06:28-07:00
Forum: Bugs
Topic: Error DICOM images -> irregular channel geometry not supported
Replies: 3
Views: 3152

Re: Error DICOM images -> irregular channel geometry not supported

UPDATE: I did some tests using a new version from ImageMagick, but I still have some problems. This follow link contains DICOM images and a screnshot from my terminal. https://webclient.amplisoftware.com.br/PublicLink.aspx?sao2=VKjM5nKik1VMkeuplZuQ7OQKtQmHuX The new error message is: [ beta | root ...
by talixx
2015-11-17T07:01:06-07:00
Forum: Bugs
Topic: Error DICOM images -> irregular channel geometry not supported
Replies: 3
Views: 3152

Error DICOM images -> irregular channel geometry not supported

I am trying to use the command Identify -verbose to get the image proprieties from a DICOM image from a linux terminal. However, an error is occurring, like: identify.im6: irregular channel geometry not supported `/tmp/magick-JJeAk1BV' @ error/jp2.c/ReadJP2Image/532. Here is a image from my linux ...