changeset 286:b501ac3585a1 draft

Uploaded
author luca_milaz
date Sun, 04 Aug 2024 19:00:56 +0000
parents 7a098cb82865
children e4d02f9b41a1
files marea_2/flux_to_map.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/flux_to_map.py	Sun Aug 04 18:38:30 2024 +0000
+++ b/marea_2/flux_to_map.py	Sun Aug 04 19:00:56 2024 +0000
@@ -15,6 +15,7 @@
 import copy
 import argparse
 import pyvips
+from PIL import Image, ImageDraw, ImageFont
 from typing import Tuple, Union, Optional, List, Dict
 
 ERRORS = []