Fields related to the distance between pixels in the image/volume (aka resolution or spacing) are not called spacingx, spacingy and spacingz. Relative methods also changed their names.
Image fields should now have the correct size:
width, height and depth are now uint32
data_size is a uint64
num_channels is an ushort
Fixes #28
Fields related to the distance between pixels in the image/volume (aka resolution or spacing) are not called spacingx, spacingy and spacingz. Relative methods also changed their names.
Image fields should now have the correct size: width, height and depth are now uint32 data_size is a uint64 num_channels is an ushort