From 6fe8a3228e3170600b68d9b19e3b8f07e51222fe Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 26 Feb 2023 02:50:33 +0200 Subject: massive changes in the pipeline and ease of use --- renderer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'renderer.py') diff --git a/renderer.py b/renderer.py index 98b32f5..7eaae9a 100644 --- a/renderer.py +++ b/renderer.py @@ -24,7 +24,7 @@ def render(index): plt.axis('off') plt.imshow(image_array[index]) - plt.savefig(name, dpi=258, bbox_inches='tight', pad_inches=0) # dpi 258 -> 720p ; dpi 387 -> 1080p output image resolution + plt.savefig(name, bbox_inches='tight', pad_inches=0) # dpi 258 -> 720p ; dpi 387 -> 1080p output image resolution plt.close('all') for index in range(0, len(image_array)): -- cgit v1.2.3