Quantity always trumps Quality
from PIL import ImageGrab img = ImageGrab.grab(all_screens=True) img.save("PIL_grab.png")