Hello,
First I'd like to thank you for this amazing library! It really eases the process of working with dicoms.
I'm trying to convert a jpg file to a dicom and I'm using jpg2dcm tool for that.
The thing is the resulting dicom is in jpeg baseline transfer syntax, while I need the result to be in implicit vr little endian.
What I'm currently doing is converting the jpg to dicom and then convert the transfer syntax using dcm2dcm.
Is there a better way of doing this? Ideally I wouldn't need to create a temporary dicom file.
Thanks :)