Closed adamaji closed 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.
ReadSequenceMetafileImages
memcpy
cc @jamesobutler for review
…er than bytes
The
ReadSequenceMetafileImages
function deep copies image data per slice viamemcpy
, butmemcpy
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