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:
parent
3bc142bec6
commit
ea992a3b2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue