<div dir="ltr">Hi all,<div><br></div><div>I am trying to write a DICOM file in which, the orientation (among others) has changed in my pipeline...</div><div><br></div><div>1- After having a look</div><div><a href="https://github.com/Kitware/ITK/blob/master/Modules/IO/GDCM/src/itkGDCMImageIO.cxx#L883-L919">https://github.com/Kitware/ITK/blob/master/Modules/IO/GDCM/src/itkGDCMImageIO.cxx#L883-L919</a><br></div><div><br></div><div>It appears to me that if the orientation is in the MetaDataDictionary, it is saved anyway into the DICOM image, there is no way to force the ImageIO to recompute it from the image and save it ???</div><div>If there is, can anyone give me a pointer?</div><div><br></div><div>2- Since I can't find a way to update the image orientation in itk::GDCMImageIO, I have been looking at removing the corresponding tag from the MetaDataDictionary. I could not find any method or any way to do it???</div><div>If there is, can anyone give me a pointer?<br></div><div><br></div><div>I wish I would not have to copy the dictionary and add if statement to avoid copying the direction...</div><div><br></div><div>Thanks in advance,</div><div>Arnaud</div></div>