diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 779eb7e..6b9b889 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -13,9 +13,6 @@ index_template = templates.get_template("index.html") gallery_index_template = templates.get_template("gallery-index.html") page_template = templates.get_template("page.html") -DEFAULT_GM_QUALITY = 75 -DEFAULT_GM_AUTOORIENT = False - gm_settings = { "quality" : 75, "auto-orient" : True