Metadata-Version: 2.1
Name: qrcode-artistic
Version: 2.0.1
Summary: Artistic (Micro) QR Code plugin for Segno
Home-page: https://github.com/heuer/qrcode-artistic/
Author: Lars Heuer
Author-email: heuer@semagia.com
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/heuer/qrcode-artistic/
Project-URL: Documentation, https://segno.readthedocs.io/en/latest/artistic-qrcodes.html
Project-URL: Code, https://github.com/heuer/qrcode-artistic/
Project-URL: Issue tracker, https://github.com/heuer/qrcode-artistic/issues/
Keywords: QR Code, Micro QR Code, ISO/IEC 18004, ISO/IEC 18004:2006(E),,ISO/IEC 18004:2015(E), qrcode, QR, barcode, matrix, 2D, latex
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Printing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,>=2.7
Description-Content-Type: text/x-rst

Artistic QR Codes
-----------------

This `Segno <https://github.com/heuer/segno>`_ plugin converts a
(Micro) QR Code to a Pillow Image or into a QR code with a background
image.

This plugin is not required to write PNG, EPS or PDF files. Segno's native
implementations usually generate smaller files in less time.

This plugin might be useful to modify the QR Codes (i.e. rotate or blur)
or to save the QR codes in an image format which is not supported by Segno.

Furthermore, QR codes can be created with a background image.

.. image:: https://github.com/heuer/qrcode-artistic/raw/master/images/beatles.jpg

.. image:: https://github.com/heuer/qrcode-artistic/raw/master/images/beatles-animated.gif


Transparency is supported as well

.. image:: https://github.com/heuer/qrcode-artistic/raw/master/images/maggie.gif


Use ``pip`` to install from PyPI::

    $ pip install qrcode-artistic


Documentation: https://segno.readthedocs.io/en/latest/artistic-qrcodes.html

Changes
=======

2.0.1 -- 2020-09-04
-------------------
* Fixed `#4 <https://github.com/heuer/segno-pil/issues/4>`_:
  QR codes may be blurred if the scaling factor is greater than 3.


2.0.0 -- 2020-08-11
-------------------
* Renamed segno-pil to qrcode-artistic
* Fixed `#1 <https://github.com/heuer/segno-pil/issues/1>`_:
  Support for background images and animated QR codes.


1.0.0 -- 2020-08-07
-------------------
* Support for multiple module colors
* Support for Segno's API >= 1.0.0
* API breaking changes:

  - Changed parameter "color" to "dark" and "background" to "light"
    to match Segno's API
  - Removed "mode" parameter


0.1.6 -- 2016-09-19
-------------------
* Fixed Python packaging


0.1.5 -- 2016-08-24
-------------------
* Adapt Segno's 0.1.6 API changes.


0.1.4 -- 2016-08-16
-------------------
* Updated docs


0.1.3 -- 2016-08-14
-------------------
* Initial release


