When decoding an image containing two MaxiCodes, the library fails to detect any codes. If I crop the same image to contain only one code, it is detected successfully. This suggests a possible issue ...
// Path to the MaxiCode image to be decoded. const string imagePath = "maxicode.png"; // Verify that the image file exists before attempting to read it.