diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index a6b82d6..33f2370 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -115,6 +115,7 @@ class Image(object): # assuming string if not isinstance(options, dict): options = {"name": options} + self.options = SETTINGS["gm"].copy() # used for caching, if it's modified -> regenerate self.options.update(options)