Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
import zipfile
|
| 4 |
from PIL import Image, ImageDraw, ImageFont
|
| 5 |
|
| 6 |
-
def draw_ruler(image, dpi=72, font_size=
|
| 7 |
"""
|
| 8 |
Draw a virtual ruler 10 cm from the bottom of the image.
|
| 9 |
Args:
|
|
|
|
| 3 |
import zipfile
|
| 4 |
from PIL import Image, ImageDraw, ImageFont
|
| 5 |
|
| 6 |
+
def draw_ruler(image, dpi=72, font_size=144):
|
| 7 |
"""
|
| 8 |
Draw a virtual ruler 10 cm from the bottom of the image.
|
| 9 |
Args:
|