Running a complex test image but getting error codes (mode 11). Ruby 2.2.5
irb(main):001:0> require 'qrio'
=> true
irb(main):002:0> puts Qrio::Qr.load("258atest.png").qr.text
RuntimeError: Unknown mode 11
from /Users/jathayde/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/qrio-0.0.1/lib/qrio/qr_matrix.rb:312:in `set_mode'
from /Users/jathayde/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/qrio-0.0.1/lib/qrio/qr_matrix.rb:203:in `text'
from (irb):2
from /Users/jathayde/.rbenv/versions/2.2.5/bin/irb:11:in `<main>'
Attached the failing image. Another image failed with mode 10 (alphanumeric?).

Running a complex test image but getting error codes (mode 11). Ruby 2.2.5
Attached the failing image. Another image failed with mode 10 (alphanumeric?).