Tagged Questions

17
votes
4answers
24k views

QR codes image generator in java (open source but no GPL)

I'm seeking an open source QR codes image generator component in java (J2SE), but the open source licence mustn't be a GPL licence (needs to be included in a close source project). BTW, i can't ...
11
votes
5answers
17k views

QR Code encoding and decoding using zxing

Okay, so I'm going to take the off chance that someone here has used zxing before. I'm developing a Java application, and one of the things it needs to do is encode a byte array of data into a QR Code ...
5
votes
2answers
598 views

Encode contact info (MeCard) on Android using ZXing

I need to create QR code from contact info which is in MeCard format. I need to encode the following field: Name (N:) Url (URL:) Note (NOTE:) I can correctly create all 3 fields using ZXing QR ...
5
votes
1answer
546 views

Is there a library to create Design QR codes with Java?

I would like to create Design QR codes with Java. Design QR codes may contain a logo in form of a graphic. Here's an example for such designed codes. Is there a library that may create such codes? ...
4
votes
2answers
520 views

What is the best Java QR code generator library? [closed]

I wish to dynamically generate QR codes in Java. What is the best QR code generator library to use. I will consider both commercial and opensource?
3
votes
2answers
146 views

How to encrypt QR Code with java

How do I encrypt a QR Code with java? Now I can generate and decode QR code with java base but I want to know how to put a password on my qrcode to protect it or encrypt my qrcode with something ...
2
votes
1answer
66 views

How to Create QRCode using Java (J2SE)

How to create QRcode image using normal j2se. Any APIs or classes are available to do this?
2
votes
1answer
136 views

Box blur effect on texture (soften edges)

How to soften edges of texture, 'rounding' it? The actual problem is to soften edges of QR code width width n pixels, like here. I need some simple algorithm without heavy calculations, or at least ...
2
votes
2answers
226 views

Problems in generating a proper qr-code using zxing

i have a problem in generating proper qr-codes with the zxing api. I am able to generate a qr-code but when i read the qr-code then chars like "äü" arent displayed right. code: BitMatrix matrix = ...
2
votes
4answers
1k views

QR-Code source that works on Blackberry

i'm trying to develop an app that integrates the qr code reader as part of the functionality. i have read about zxing as the best option. but it turns out that they dont support development for ...
1
vote
0answers
31 views

Zxing qr scanning blackberry crash

I am implementing a QR code scanner for blackberry devices and I am using ZXing libraries to do so. This is for os 6+ by the way. The problem I am having is that sometimes, only sometimes, when the ...
1
vote
2answers
109 views

How to encode a string in a QR code using zxing on Android?

I am trying to generate a QR code using Zxing on Android. Since java.awt.image.BufferedImage is not included in Android, I am not sure how to create the QR code image on Android. EDIT: I don't want ...
1
vote
2answers
123 views

how to generate QrCode for Android application

I need to create a qrcode in my android application, I need a library or source code that lets me create a Qr code for Android App. The library i need must: not leave a watermark (like onbarcode ...
1
vote
4answers
176 views

Generate and Decode QR Codes from PHP

Can anyone recommend a PHP library (if one exist) that will generate and decode QR codes? This seems to do the job: http://code.google.com/p/zxing/ but it is in Java. If I have to use ZXing, how do I ...
1
vote
3answers
539 views

Can i scan a QrCode with the Android emulator?

I'm trying to understand the api zxing to develop my own barcode scanner, in doing many tests. Right now, i'm using an android terminal but it's not the best solution. So is there a solution to scan a ...
1
vote
2answers
253 views

Decoding QR-Codes with Java

I have approximately 2000 images with QR codes in them, each representing exactly one letter. Does anyone know a good opensource framework in java (java prefered, but any other language is fine, too) ...
1
vote
2answers
878 views

Read QR Code from scanned PDF

I'm trying to insert and read qrcode's from PDF files. To create/read qr codes from images i'm using zxing project and to manipulate the pdf i'm using Big Faceless PDF. Everything works well if i ...
1
vote
1answer
2k views

Decoding a QR code in an Android application?

In Android, Using ZXing we can scan a QR code through phone camera and decode it. But, in my scenario, the QR code image is stored in the phone itself and I need to decode it. Is there anyway to ...
1
vote
1answer
222 views

Question regarding Zxing for Android

working with Zxing in J2ME i had: MonochromeBitmapSource source = new LCDUIImageMonochromeBitmapSource(bitmapFile); I'm having no troubles working with it Zxing in Android except in this case, i ...
1
vote
1answer
836 views

Detecting QR code from an image with zxing

Is zxing library will directly detect the QR code from an image without having to determine where the location of the QR code in the image?
1
vote
2answers
1k views

Decoding qr code from image stored on the phone with Zxing (on Android phone)

I have an app that receives qr code from the server. I want to decode it (not with intent and camera) and display the text it contains in my app. I have alredy done this in Java SE with jars from ...
1
vote
1answer
567 views

Qr code generation on the server in java gwt

I need to develop web app that will return qr code(or link to qr code) to mobile clients. I plan to learn the basics of GWT because i alredy know java programming. Is it possible to use zxing ...
0
votes
1answer
50 views

Inconsistent result while reading multiple QR Code from scanned PDF using zxing library

I am new to zxing library and so to QR Codes. Using zxing library 1.7 I have generated QR codes, those QR codes are sticked to the papers and papers are later scanned in a PDF. I do have created ...
0
votes
1answer
72 views

generate qr code from text fields zxing applet?

I am developing an app for iPhone that reads QR codes, but I need to generate this QR code as well from a PC that prints them, I need my QR generating a text string like: ...
0
votes
2answers
261 views

Embed URL in QR Code

How do I embed an URL in a QR code using Zxing, so that the barcode scanner can detect it as an URL? I think I need to add something more than just the http://.
0
votes
4answers
717 views

Can I have open souce to generate qrcode using java?

Can I have open souce to generate qrcode using java?