1010varun / qr-convertor

This tool allows you to seamlessly convert plain text into QR codes, enabling efficient sharing and storage of information in a visually compact and easily scannable format. Whether you need to encode URLs, messages, or any other textual data, this lightweight and user-friendly converter simplifies the process.
https://convert-to-qr.netlify.app/
GNU General Public License v3.0
2 stars 11 forks source link

[Feature] Margins of Same BG Color to QR #45

Open JiyaGupta-cs opened 10 months ago

JiyaGupta-cs commented 10 months ago

Describe the feature you'd like to request

Margin Parameter

Thickness of a margin in pixels. The margin will always have the same color as the background (you can configure this via bgcolor). It will not be added to the width of the image set by size, therefore it has to be smaller than at least one third of the size value.

Format: [integer]

Minimum value: 0 (=no pixel based margin)

Maximum value: 50

Valid examples: 1 19

Default (will be used if no or invalid value is set): 1

Describe the solution you'd like

I would add the margin parameter

Describe alternatives you've considered

No response

Additional context

No response

JiyaGupta-cs commented 10 months ago

@1010varun Please assign me the issue

1010varun commented 9 months ago

@JiyaGupta-cs any updates

JiyaGupta-cs commented 9 months ago

@1010varun Will probably try to do