ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
621 stars 340 forks source link

Image or object in the center of the QR code #211

Open LateusBetelgeuse opened 3 years ago

LateusBetelgeuse commented 3 years ago

Allow setting an image in the center of the generated QR code. For example, in telegram: image I recommend that allow setting any Item-based object. For example, to set an animated image or lottie animation. Then the size (width and height properties of the Item) will be adjusted according to the available space in the center of the QR code. That would be for QML, not sure about Widgets (I haven't worked with them in years), but it should be possible too.