Skip to content

Instantly share code, notes, and snippets.

@Imomoi
Created February 9, 2012 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Imomoi/1779367 to your computer and use it in GitHub Desktop.
Save Imomoi/1779367 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'barby'
require 'barby/outputter/png_outputter'
require 'barby/barcode/qr_code'
barcode = Barby::QrCode.new('https://web.staging.er.molokov.info/slots/adb67c2733bb23c81db26da31dbe4212699bb88dbc0157e17ee6cead62cbc89c5')
File.open('res.png', 'wb') do |f|
f.puts barcode.to_png
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment