diff --git a/mdata/crop.py b/mdata/crop.py index 0bce65b..b1c38d0 100644 --- a/mdata/crop.py +++ b/mdata/crop.py @@ -13,6 +13,7 @@ def crop_Test(): for path, subdirs, files in os.walk(os.path.join(base_dir, category)): for name in files: image = os.path.join(path, name) + print image im = Image.open(image) w, h = im.size if w < 300 or h < 300: -- libgit2 0.21.2