Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

self-encoded QR barcode?

I was wondering if it's possible to create a QR in some file format, say png, then encode the png in QR, such that the resulting QR is the same one you started with?

like image 607
naught101 Avatar asked Apr 04 '11 08:04

naught101


1 Answers

I don't think so. Each QR code needs to encode the original data along with variable amounts of redundancy.

So to encode the original QR code, you need the encode the same amount of information and additional redundancies, which means the result can't be the same since it encodes more information.

like image 173
freespace Avatar answered Oct 03 '22 11:10

freespace