Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I've developed a script to process scanned documents that carry a QR code on them. When the original is scanned, I apply median 2 and noise 2 and the QR decoding library (zxing more used for android), and normally it decodes ok. The problem is when somebody scan a not original document. I've tried to vary values of median an noise, but the qr library is not able to indentify it. Any tips in additional parameter to get better results?