dicom icon indicating copy to clipboard operation
dicom copied to clipboard

How to implement jpeg to dicom, can you provide an example

Open klk2x opened this issue 1 year ago • 2 comments

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

klk2x avatar Sep 09 '24 07:09 klk2x

hi,I have the same problem,have you solved it?can you give some advice?

CccTAu avatar Sep 27 '24 02:09 CccTAu

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.

mlibanori avatar Apr 09 '25 02:04 mlibanori