OUDON / rmqrcode-python

Rectangular Micro QR Code (rMQR Code) Generator in Python
https://pypi.org/project/rmqrcode/
Other
155 stars 16 forks source link

BREAKING CHANGE: Add the option `with_quiet_zone` #16

Closed OUDON closed 2 years ago

OUDON commented 2 years ago

This PR includes BREAKING CHANGE.

Issue Number

15

Change

I have add the option with_quiet_zone into below methods.

rMQR#to_lsit returns a list with the quiet zone. To return a list without the quiet zone, set False to the option with_quiet_zone. Because the default value of the with_quiet_zone is True, this breaks current behavior.