from PIL import Image,ImageFilter img = Image.open("hoa.jpg") print(img.size) img.show()