Posted By: Christoffer LervÄg
Date: 2008-08-11 06:55
Summary: RUBY DICOM 0.2 Released
Project: DICOM
This release has focused on upgrading the dictionary and making the library more "script-friendly".
The data dictionary is now fully compliant to the official DICOM standard.
This means that the dictionary is now larger, and to speed things up a bit when
you are reading multiple files, I have added the ability to load the library before
you start reading the DICOM files, and then pass it on to DObject when reading the files.
This will avoid having to load the library from disk for each file, and will save roughly
half the execution time. In addition I have added the option to run in verbose or silent mode.
Lastly, I have added support for extracting compressed pixel data using get_image_magick(),
but admittedly, I have not been able to test this thoroughly yet.
|
|