from geo_painting import GeoPainting from PIL import Image new_geo_painting = GeoPainting() image = Image.open("sparkgeo_logo.png") new_geo_painting.generate_painting("rivers with lakes and sand", image)