File size: 204 Bytes
739e183
 
 
 
 
 
1
2
3
4
5
6
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)