zxing 썸네일형 리스트형 ZXing.Delphi (Reading QRCode) 출처: https://github.com/Spelt/ZXing.Delphi implementation uses vcl.imaging.pngImage, vcl.imaging.jpeg, ZXing.ReadResult, ZXing.BarCodeFormat, ZXing.ScanManager; {$R *.dfm} procedure TmainFrm.btnLoadFromFileClick(Sender: TObject); var ReadResult: TReadResult; ScanManager: TScanManager; bmp:VCL.Graphics.TBitmap; // just to be sure we are really using VCL bitmaps begin if not OpenDlg.Execute then ex.. 더보기 Delphi QR Code Generator(zxing) 출처: http://www.debenu.com/open-source/delphizxingqrcode/ DelphiZXingQRCode: Delphi QR Code GeneratorDelphiZXingQRCode is a Delphi port of the QR Code functionality in ZXing, an open source barcode image processing library. The code was ported to Delphi by Senior Debenu Developer, Kevin Newman. The port retains the original Apache License (v2.0).Need to add QR barcodes to PDFs? Check out Quick PD.. 더보기 이전 1 다음