flicaflow
flicaflow
Hello everyone, dicom.Parse requires to provide the bytes to read. This is rather unpractical if the caller has a io.Reader at hand. The only way to handle this is buffering...
This PR adds the EncapsulatedDocumentLength tag which is needed to implement Encapsulated PDF IOD. Note: I added the necessary value in the tag package manually. I tried to use the...
From the discussion of the unmerged and probably obsolete PR #271 the idea was to Just a RegisterCustom function to the tag package. This PR is exactly that. I needed...