From 14026599bdfa4894381f87f5d8c60c624761fb09 Mon Sep 17 00:00:00 2001 From: GaugeAndGravity Date: Fri, 10 Nov 2023 09:34:01 -0500 Subject: [PATCH] 8k picture --- rainbow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbow.py b/rainbow.py index 5bd7d66..948c2f2 100644 --- a/rainbow.py +++ b/rainbow.py @@ -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")