tools: Made pil images larger.

- Terminals often let you shrink the font size quickly to make
  the whole image visible.
This commit is contained in:
Andrew Hamilton 2018-06-04 08:07:43 +10:00
parent 3bc142bec6
commit ea992a3b2d

View file

@ -549,7 +549,7 @@ def _pil_pixels(pil_image):
for row_index in range(pil_image.height)] for row_index in range(pil_image.height)]
MAX_IMAGE_SIZE = 80 MAX_IMAGE_SIZE = 200
def _resize_image(image, new_width): def _resize_image(image, new_width):