We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d78fd9 commit 878f940Copy full SHA for 878f940
1 file changed
quirc/converters.py
@@ -31,6 +31,7 @@ def pil(image):
31
for j in height_iter:
32
yield ctypes.c_uint8(pixels[j, i])
33
34
+
35
def raw(buffer, data):
36
"""Fill the buffer with a raw binary data
37
0 commit comments