Foo.
This commit is contained in:
parent
38de96de6d
commit
989a175fa5
5 changed files with 173 additions and 2 deletions
|
|
@ -282,8 +282,8 @@ if __name__ == '__main__':
|
|||
else:
|
||||
for img_pf, img_dsp, img_term in agents[0](args.action, not args.nosleep):
|
||||
if args.terminal:
|
||||
print(pixelterm.termify_pixels(
|
||||
resize_image(img, termsize)))
|
||||
print(img_term) #pixelterm.termify_pixels(
|
||||
#resize_image(img, termsize)))
|
||||
if args.display:
|
||||
dsp.sendframe(img_dsp)
|
||||
if args.pixelflut:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue