mirror of
https://github.com/dnet/pySSTV.git
synced 2026-01-08 01:29:59 +01:00
fix
This commit is contained in:
parent
495ea58962
commit
14cdd61215
|
|
@ -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…
Reference in a new issue