Marcos Libanori Sanches Júnior
Marcos Libanori Sanches Júnior
I made an example code to help anyone trying to do this kind of conversion: https://github.com/mlibanori/example_image2dicom_go If you're still having issues, feel free to paste a snippet of your code.
Thanks for the review! The main reason for this change is that certain DICOM commands, such as C-ECHO, can be smaller than 100 bytes. When this happens, the auto-detection logic...
Thank you for the review! I really appreciate the suggestion. Based on your feedback, I implemented the PeekAtMost(n) function, which ignores EOF errors and returns the maximum available buffer size....
@suyashkumar, do you have any other revisions?