Add commented code to enforce merging Numpy arrays with a greyscale

colormap.
This commit is contained in:
2024-04-26 13:48:44 +02:00
parent 3ffcd33efe
commit b52fff9deb

View File

@@ -42,3 +42,5 @@ for color in tqdm(Color, 'Color'):
multipleColorsImage[newX, newY] = pixel
plt.imsave(PREFIX + 'multiple_colors.png', multipleColorsImage)
#plt.imshow(multipleColorsImage, cmap = 'gray')
#plt.show()