Tagged Questions

15
votes
4answers
23k 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
15k 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
499 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
523 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
399 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
111 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
116 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
204 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
2answers
52 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
85 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
3answers
450 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
219 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
746 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
197 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
803 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
535 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
33 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
4answers
144 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 ...
0
votes
2answers
238 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
625 views

Can I have open souce to generate qrcode using java?

Can I have open souce to generate qrcode using java?