Re: [Gdcm2] Meta-data without pixel dará
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <mat...@gm...> - 2017-08-23 15:50:16
|
Hi David, Your question is a bit broad. Anyway GDCM lack C-GET support (also I fail how it could possible help you there without an heavy machinery with JPIP intermediate layer). In case you have physical access to the file (C style FILE*), then have a look at gdcm::Scanner to quickly scan multiple file for a set of Tag. If you want to parse the DICOM image up to the Pixel Data attribute, have a look at gdcm::ImageRegionReader. HTH -M On Tue, Aug 22, 2017 at 10:11 PM, David de Mena <dav...@ju...> wrote: > Hi everyone: > > I need to get all the meta-data from an image but without getting all the pixel data. Is it possible with gdcm? Someone suggested me to make a C-GET without bulk data. Is that possible? > > Thanks > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gdcm-developers mailing list > Gdc...@li... > https://lists.sourceforge.net/lists/listinfo/gdcm-developers -- Mathieu |