This commit is contained in:
2021-04-06 14:08:45 +02:00
parent 509e4073bd
commit 49c1344734

View File

@ -15,9 +15,9 @@ if __name__ == "__main__":
img = np.random.random(200).reshape(10, 20)
width, height = img.shape
mor.serve(**{
"BLA:FPICTURE": img,
"BLA:WIDTH": width,
"BLA:HEIGHT": height,
"IMG:FPICTURE": img,
"IMG:WIDTH": width,
"IMG:HEIGHT": height,
})
arr = np.random.random(20).reshape(2, 10)