|
|
|
|
|
by jcynix
329 days ago
|
|
Here's an example to start with: ImageMagick's -threshold or -adaptive-threshold (depending on the image's lighting) are what you want to look at, e.g. try something like magick input.jpg \
-colorspace Gray \
-adaptive-threshold 8x8+10% \
candidate.png
|
|
And then, cause there are some inverted colour QRs, flip and scan again.