Skip to content

Commit

Permalink
Update display.py
Browse files Browse the repository at this point in the history
Fix Fill and Do Nothing image handling.
  • Loading branch information
Tom Anschutz authored Mar 9, 2021
1 parent f7328b2 commit 0373c28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ def image(self, filename):
args = [
'convert',
filename + '[0]',
'-resize',
'%dx%d' % (self.width, self.height),
'-background',
'black',
'-gravity',
Expand Down

0 comments on commit 0373c28

Please sign in to comment.