qrcode-artistic

Segno plugin to convert (Micro) QR Codes to Pillow/PIL

BSD-3-CLAUSE License

Downloads
7.8K
Stars
33
Committers
3

Bot releases are visible (Hide)

qrcode-artistic - 3.0.0 Latest Release

Published by heuer 12 months ago

  • Removed support for Python 2.7
  • Fixed #11
    Providing floats for scale may result into an infinite loop;
    reported by Abe Winter
  • Fixed #5
    Added support for SVG backgrounds iff cairosvg is available;
    suggested by Markus Ueberall
  • Avoid to use deprecated Pillow constants
  • Updated default Python version to 3.11 for test suite,
    added support for PyPy3 to the test suite
qrcode-artistic -

Published by heuer about 4 years ago

  • Deprecated optional “format” keyword, use “kind” for QRCode.to_artistic
  • Support io.BytesIO or a file-like target in QRCode.to_artistic
qrcode-artistic -

Published by heuer about 4 years ago

Fixed #4: QR codes may be blurred if the scaling factor is greater than 3.

qrcode-artistic -

Published by heuer about 4 years ago

  • Renamed segno-pil to qrcode-artistic
  • Fixed #1: Support for background images and animated QR codes.