This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Wed July 24 10:55:43 2018 | |
| This script is to convert images | |
| @author: Nuri Özbey | |
| Email: [email protected] | |
| """ | |
| from PIL import Image | |
| import glob |
NewerOlder