Sha256: d5906fb243abed0b56633382fdbd4eaec9e9ba6ed28edb9f7ab8ccfbb3b50959

Contents?: true

Size: 292 Bytes

Versions: 5

Compression:

Stored size: 292 Bytes

Contents

module ZXing; end
module ZXing::FFI; end
module ZXing::FFI:QRCode; end

class ZXing::FFI::QRCode::Decoder < ZXing::FFI::Binarizer
  include ZXing::QRCode::Decoder
  def initialize luminance_source
    super ZXing::FFI::Library.Decoder_new(luminance_source.native), luminance_source
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
zxing_cpp_mac_big_sur-0.1.1 lib/zxing/ffi/qrcode/decoder.rb
zxing_cpp_no_cmake-0.1.2 lib/zxing/ffi/qrcode/decoder.rb
zxing_cpp_no_cmake-0.1.1 lib/zxing/ffi/qrcode/decoder.rb
zxing_cpp-0.1.1 lib/zxing/ffi/qrcode/decoder.rb
zxing_cpp-0.1.0 lib/zxing/ffi/qrcode/decoder.rb