dicom
dicom copied to clipboard
How to implement jpeg to dicom, can you provide an example
I want to implement a function of converting images to DICOM. According to the implementation in write.go, I failed to complete it. I hope to get help
hi,I have the same problem,have you solved it?can you give some advice?
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.