Closed stevecoug closed 8 years ago
Newlines were being excluded from the . in the image recognition regex patterns, so if the image width/height happened to include an 0x0A in the width/height, the pattern regex would fail.
This fixes issue #13
Thanks for the fix!
Newlines were being excluded from the . in the image recognition regex patterns, so if the image width/height happened to include an 0x0A in the width/height, the pattern regex would fail.