Skip to content

Commit

Permalink
Minor documentation edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jabriffa committed Jun 14, 2018
1 parent 296b920 commit 9acd9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raw_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():
# obtain required parameters from RAW file
width,height = tiff.get_sensor_size()
slices = tiff.get_slices()
# next unslice image
# unslice image
I = jbcr2.unslice_image(a, width, height, slices)

# save result
Expand Down

0 comments on commit 9acd9c4

Please sign in to comment.