remove comment

This commit is contained in:
Sarah 2022-09-09 22:43:18 +01:00
parent 00a50f7ce5
commit 417f81d6a5
1 changed files with 0 additions and 2 deletions

View File

@ -95,8 +95,6 @@ def draw_map(films_by_country, file_name="vcinema_map.svg"):
worldmap.plot(countries, cmap=["#FF4000"], opacity=opacity, filename=file_name, verbose=False)
image = pyvips.Image.new_from_file(file_name)
# Crop image
image = image.thumbnail_image(1000, crop=pyvips.Interesting.ALL)
png_data = image.write_to_buffer(".png")