Hi!
I am having some weird issues when reading certain files.
Here is the original image as well as the one opencv saves (Latter is the one with the orange block on it). I don’t know why it saves with a big orange block on it.
Code is only this: opencvtest - Pastebin.com
Hi! Since I am a new user, I cant upload images to post yet.
Complete code is updated here:
im = cv2.imread(‘tekst.png’)
cv2.imwrite(“testplain.png”, im)