[Dcmlib] InsertValEntry

olivier.stern at swing.be olivier.stern at swing.be
Thu May 12 12:12:02 CEST 2005


>ooops je voulais dire:
>
>        gdcm/Testing/TestCopyRescaleDicom.cxx
>
>Mathieu

Dans ce programme, on fait

      copyF.InsertValEntry( \"8\", 0x0028, 0x0100); // Bits Allocated

copyF étant un gdcm::File()

De mon côté je fais :

      fh->GetFile()->InsertValEntry( \"8\", 0x0028, 0x0100); // Bits Allocated

fh étant un gdcm::FileHelper(fichier_original)
Mais le simple fait d'insérer cette ligne, je n'ai pas de fichier qui se copie. Si je l'enlève, je crèe un fichier dicom, avec des pixels 8bits mais dans le header il est mis 16bits allocated, j'ai peur que les viewer n'ouvrent pas correctement l'image...

Olivier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.creatis.insa-lyon.fr/pipermail/dcmlib/attachments/20050512/00aa7357/attachment.html>


More information about the Dcmlib mailing list