Skip to content

Commit

Permalink
Merge pull request ncsuarc#5 from crishoj/patch-1
Browse files Browse the repository at this point in the history
Correct import statement in readme
  • Loading branch information
revahsta authored Jun 19, 2016
2 parents 2847f66 + 4dd7283 commit b6eb099
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 @@ -51,7 +51,7 @@ You can get images from the camera as a Numpy array

PIL provides a wide range of formats to save in.

>>> Import Image
>>> from PIL import Image
>>> pil_img = Image.fromarray(img)
>>> pil_img.save("pil.jpg", quality=95)

Expand Down

0 comments on commit b6eb099

Please sign in to comment.