Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Feature: print QR options #371

Merged
merged 4 commits into from
Jan 25, 2022
Merged

Feature: print QR options #371

merged 4 commits into from
Jan 25, 2022

Commits on Jan 25, 2022

  1. feature(qr): place QR code onto the picture at print

    New settings from print:
    - QR size adjustable
    - QR offset adjustable
    - QR position adjustable
    
    By default place the QR-Code on the bottom right corner,
    use an small QR-Code with an small offset of 10px to the edges.
    
    Change-Id: I28baec6a6d0903cb47e3bf4145a751510740d3c0
    andi34 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    808e7aa View commit details
    Browse the repository at this point in the history
  2. api(print): check if QR-Code offset is numeric

    Change-Id: Iefa6f4666eaa337866ea0a6be8b8c96b6bade8eb
    andi34 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    12970c3 View commit details
    Browse the repository at this point in the history
  3. api(qr): make QR-Code error correction level adjustable

    Lower default used error correction level from H to M.
    
    Information:
    https: //www.qrcode.com/en/about/error_correction.html
    https: //blog.qrstuff.com/2011/12/14/qr-code-error-correction
    Change-Id: I4849a340caeb4dfbc5933a90de4585ed8d932961
    andi34 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    305ead3 View commit details
    Browse the repository at this point in the history
  4. lang(en): write QR Code always the same

    Change-Id: Iddde9a9258b56cb017ae247d22a65aec5602cc74
    andi34 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f3baaf9 View commit details
    Browse the repository at this point in the history