Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve NativeFrame memory footprint by storing data in a flat slice and supporting generic integer data representation. #315

Merged
merged 12 commits into from
Aug 9, 2024
Prev Previous commit
fix typo
suyashkumar committed Aug 9, 2024
commit f0126e87fbc75b58ead1ea7a9f37f249aa3eddfe
2 changes: 1 addition & 1 deletion write_test.go
Original file line number Diff line number Diff line change
@@ -362,7 +362,7 @@ func TestWrite(t *testing.T) {
wantError: nil,
},
{
name: "native PixelData: 2 InternalSamplesPerPixel, 2 frames",
name: "native PixelData: 2 SamplesPerPixel, 2 frames",
dataset: Dataset{Elements: []*Element{
mustNewElement(tag.MediaStorageSOPClassUID, []string{"1.2.840.10008.5.1.4.1.1.1.2"}),
mustNewElement(tag.MediaStorageSOPInstanceUID, []string{"1.2.3.4.5.6.7"}),