diff options
Diffstat (limited to 'image-to-array')
-rwxr-xr-x | image-to-array | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/image-to-array b/image-to-array index 2c865f9..72abc5c 100755 --- a/image-to-array +++ b/image-to-array @@ -1,7 +1,6 @@ #!/usr/bin/env python import numpy as np import sys, os -import getopt from PIL import Image; |