Issue #69: support PNG image splitting.

This commit is contained in:
Sergey Vartanov 2021-08-22 00:55:55 +03:00
parent a8dd8390f7
commit 3f5b88fd20
5 changed files with 58 additions and 29 deletions

View file

@ -2,7 +2,7 @@
Röntgen tile server for sloppy maps.
"""
import logging
from http.server import SimpleHTTPRequestHandler, HTTPServer
from http.server import HTTPServer, SimpleHTTPRequestHandler
from pathlib import Path
from typing import Optional