Commit b6817cfd by BellCodeEditor

save project

parent 0c4b6007
Showing with 9 additions and 0 deletions
from PIL import Image
import numpy as np
img = Image.open("6x2.png")
print(img)
Value = np.array(img)
print((value))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment