# HG changeset patch # User luca_milaz # Date 1722798056 0 # Node ID b501ac3585a1b414361ce7539c750d4d998e7818 # Parent 7a098cb8286558048ac9bea2fe50be6ac4531b13 Uploaded diff -r 7a098cb82865 -r b501ac3585a1 marea_2/flux_to_map.py --- 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 = []