Skip to content

Commit

Permalink
Normalize images loaded from storage
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-brx authored and devppjr committed Jul 7, 2023
1 parent bb57115 commit de302c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thumbor/handlers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ async def get_image(self):

return

if not normalized:
normalized = self.context.request.engine.normalize()

self.context.transformer = Transformer(self.context)

await self.filters_runner.apply_filters(
Expand Down

0 comments on commit de302c1

Please sign in to comment.