Skip to content

1.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 23:04
aedb934

Performance Improvements

  • Due to inImageWithBorder working as described, barcode_decoder calls it many fewer times (#197)

    Tests show a 20% or so decrease in number of calls to inImageWithBorder inside barcode_decoder #getExtendedLine, and therefore a similarly reduced number of calls to barcode_decoder#getExtendedLine#extendLine, with no meaningful change to any existing test results

Bug Fixes

  • ImageWrapper.inImageWithBorder throws if negative border is supplied (#197)

  • ImageWrapper.inImageWithBorder works as per it's description now (#197)

  • ImageWrapper.subImageAsCopy throws if negative source sizes are supplied (#197)