Skip to content

Commit

Permalink
Fix encoding example (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiamoTuttiAntiMarco authored Apr 9, 2024
1 parent 5980826 commit d78f585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ds = dcmread(get_testdata_file("CT_small.dcm"))

# Encode in-place using RLE Lossless and update the dataset
# Updates the Pixel Data, Transfer Syntax UID and Planar Configuration
ds.compress(uid)
ds.compress(RLELossless)

# Save compressed
ds.save_as("CT_small_rle.dcm")
Expand Down

0 comments on commit d78f585

Please sign in to comment.