8k picture
This commit is contained in:
parent
553fcea7e3
commit
14026599bd
@ -166,4 +166,4 @@ def take_picture(angles, angle_sRGB, w, h, distance, filename="image.png"):
|
|||||||
if __name__=="__main__":
|
if __name__=="__main__":
|
||||||
angles,sRGB=rainbow(10000, 10)
|
angles,sRGB=rainbow(10000, 10)
|
||||||
np.savez_compressed("saved.npz", a=angles, b=sRGB)
|
np.savez_compressed("saved.npz", a=angles, b=sRGB)
|
||||||
take_picture(angles,sRGB, 3840, 2160, 1200, "image.png")
|
take_picture(angles,sRGB, 7680, 4320, 2400, "image.png")
|
||||||
|
Loading…
Reference in New Issue
Block a user