Open
Description
Hello, I am trying to implement jpeg encoding for dicom within a python (without saving on disk, thus gdcmconv is not an option). I tried to use PIL, but unfortunately some of the required (by PIL) libraries has versions conflicts (with versions I use).
It would be great if you can give any starting point on how to add such functionality.