Regards,
Christoph
What does the patch look like? it sounds like a change that should be applied to a lot of 1D formats. If it's smart, that could be a good thing all around.
There is no patch, yet. I was thinking about this over the weekend: a good solution would be to add int quietZoneConfidence (0..100%) to Result.java, instead of throwing an exception during reading along with adding DecodeHintType.REQUIRED_QUIET_ZONE_CONFIDENCE (very long symbol name :/), which defaults to 100 (making it a non-breaking change). The confidence would be computed like max(actualSize * 100 / exceptedSize, 100).
This shouldn't affect 2D barcodes, right?
Regards,
Christoph