Ask Your Question

comip's profile - activity

2020-07-13 18:51:43 -0600 received badge  Popular Question (source)
2019-03-26 07:16:24 -0600 commented answer cv2 imdecode webp format fails

Thanks LBerger. Are you going to open an issue on github?

2019-03-26 04:45:50 -0600 received badge  Student (source)
2019-03-26 04:25:58 -0600 commented question cv2 imdecode webp format fails

And when I directly read from file, it is also fine: im = cv2.imread('xxx.webp')

2019-03-26 04:25:23 -0600 commented question cv2 imdecode webp format fails

And when I direct ready from file, it is also fine: im = cv2.imread('xxx.webp')

2019-03-26 04:23:56 -0600 commented question cv2 imdecode webp format fails

I checked. Webp is there. B.t.w. What does "(ver encoder: 0x020e)" means? No webp decoder? Media I/O: ZLib:

2019-03-26 00:30:15 -0600 asked a question cv2 imdecode webp format fails

cv2 imdecode webp format fails _bytes = open('xxxx.webp', 'rb').read() _buf = np.frombuffer(_bytes, np.uint8)