Skip to content

Releases: pedrogameiro/dicom

Fix bug on previous release

06 Mar 09:16
Compare
Choose a tag to compare
Fix fully iterating over elements

Some elements, such as pixel data, might have a nil value. Furthermore the FindElementByTagNested does not adhere to the internal documentation to fully exhaust the  iterators goroutine.

v1.0.8 Added optional handling of the number of frames for GetPixelDataReader

17 Jan 12:20
ae39899
Compare
Choose a tag to compare
Merge pull request #1 from pedrogameiro/optional_num_frames

Add optional handling of number of frames and total bytes for the pix…

v1.0.7: Added pixel data size getter

17 Nov 13:06
Compare
Choose a tag to compare
Restore original pixel data parsing and remove unnecessary changes

v1.0.6: Added pixel data size getter

17 Nov 13:04
Compare
Choose a tag to compare
Restore original pixel data parsing and remove unnecessary changes

Testing pixel data reader

07 Nov 14:09
Compare
Choose a tag to compare
Pre-release

.

v1.0.4.test2

21 Oct 16:53
Compare
Choose a tag to compare
Fix buffer

v1.0.4.test

21 Oct 14:36
Compare
Choose a tag to compare
Try to simply pass the byte data of the frames