GithubHelp home page GithubHelp logo

Set error level and version about segno HOT 3 CLOSED

heuer avatar heuer commented on August 27, 2024
Set error level and version

from segno.

Comments (3)

heuer avatar heuer commented on August 27, 2024

You can specify the error level via parameter error and the version via parameter version. By default, segno tries to improve the error level. If you need a specific error level you can disable it via boost_error=False.

Example:

>>> import segno
>>> qr = segno.make('This is a test', error='m', version=15)
>>> qr.version
15
>>> qr.error
'H'
>>> # Segno changed the error level from M to H since there is enough space to improve the error level
>>> # Disable error boosting
>>> qr = segno.make('This is a test', error='m', version=15, boost_error=False)
>>> qr.version
15
>>> qr.error
'M'

from segno.

heuer avatar heuer commented on August 27, 2024

PS:
If boost_error is enabled (default), Segno tries to improve the error level while keeping the specified version. Segno never changes the version to get a better error correction level.

If neither the version nor error correction level is specified, Segno creates a QR code with a minimal version (which fits for the given content), but maximal possible error correction level.

from segno.

lopow avatar lopow commented on August 27, 2024

Hi, thanks a lot. You save my day. It is working. Thanks again

from segno.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.