mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-19 22:41:00 +00:00
parent
53290ccc7b
commit
332a136d89
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ class Filter(models.Model):
|
|||
for operation in self.operations:
|
||||
operation.run(willow, image)
|
||||
|
||||
willow.save_as_jpeg(output)
|
||||
willow.save(willow.original_format, output)
|
||||
|
||||
return output
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue