Add commented code to enforce merging Numpy arrays with a greyscale

colormap.
This commit is contained in:
Benjamin Loison 2024-04-26 13:48:44 +02:00
parent 3ffcd33efe
commit b52fff9deb
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

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()