8k picture
This commit is contained in:
@@ -166,4 +166,4 @@ def take_picture(angles, angle_sRGB, w, h, distance, filename="image.png"):
|
||||
if __name__=="__main__":
|
||||
angles,sRGB=rainbow(10000, 10)
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user