IGSIO / SlicerIGSIO

Utility extension for 3D Slicer, containing tools and algorithms for building image guided surgery applications
BSD 3-Clause "New" or "Revised" License
12 stars 14 forks source link

BUG: Sequence Metafile reader truncates data when scalar type is long… #9

Closed adamaji closed 3 years ago

adamaji commented 3 years ago

…er than bytes

The ReadSequenceMetafileImages function deep copies image data per slice via memcpy, but memcpy assumes the size given is in bytes. The current functionality doesn't copy all the data if the scalar type is something larger than bytes.

cc @jamesobutler for review