mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
effects: image: make saving and minsize work (#433)
This commit is contained in:
@@ -2,8 +2,8 @@ import hyperion, time, datetime
|
||||
|
||||
# Get the parameters
|
||||
showSeconds = bool(hyperion.args.get('show_seconds', True))
|
||||
centerX = int(round(hyperion.imageWidth)/2)
|
||||
centerY = int(round(float(hyperion.imageHeight)/2))
|
||||
centerX = int(round(hyperion.imageWidth())/2)
|
||||
centerY = int(round(float(hyperion.imageHeight())/2))
|
||||
|
||||
colorsSecond = bytearray([
|
||||
0, 255,255,0,255,
|
||||
|
Reference in New Issue
Block a user