mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-21 06:03:43 +00:00
fix
This commit is contained in:
parent
495ea58962
commit
14cdd61215
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ def main():
|
|||
else:
|
||||
newbg.paste(image, (int((mode.WIDTH/2)-(w/2)), 0))
|
||||
image = newbg.copy()
|
||||
crop = False
|
||||
if crop:
|
||||
x = (image.width - mode.WIDTH) / 2
|
||||
y = (image.height - mode.HEIGHT) / 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue