Volume NRRD - Number of bits per pixel

Hi everyone,

Im working for the first time with a .NRRD file, and in the section “volume information”, I can see the dimensions, etc. I put the header of the file at the end.

I need for my study know the number of bits per pixel of each image, so anyone know how to find this info?

Thanks, Lucas.

NRRD0004
# Complete NRRD file format specification at:
# http://teem.sourceforge.net/nrrd/format.html
type: int
dimension: 3
space: left-posterior-superior
sizes: 99 99 70
space directions: (-0.16734984152442534, ...)
kinds: domain domain domain
endian: little
encoding: gzip
space origin: (28.155725441615157,32.267068921044682,65.30072153815496)

According to nrrd file format specification, int means “signed 4-byte integer”.

1 Like