ionum

Results 13 comments of ionum

Same Issue #121. It seems that recognition fails if the swiss cross bars have similar height/width as qrcode-squares.

But it works not on commandline eg "zbarimg pic.png". Tested with lastest version from here (0.23.92).

@jose1711 You have to set DEBUG_SVG and recompile...

Generated a debug.svg. 3 qrcode-markers have been recognized. Seems to be an error correction problem. As described in #167 it seems to depend on the size of the swiss cross.......

1. I don't think so. Mail-delivering-programms use **\r\n** or **\n** as line terminators. * getline splits on **\n** so only one **\r** remains at the end of the line if...

Mailfile with \r\n-endlines are malformed to \r\r\n patch supplied #76

editor.js in folder app/files_texteditor/build/ tries to load "./js/supported_mimetypes.json" but fails. fallback-mimetypes are hardcoded in editor.js. Where should supported_mimetypes.json be placed to be read from editor.js?

@maphew, cairo library https://cairographics.org/ would be a better choice ....

Not really. But have a look at the documentation: https://www.cairographics.org/documentation/ Someone wrote a python script for converting svg to png (with support of cairo libs) https://cairosvg.org/documentation/ Maybe this helps...