Was ist QR-Code Generator?
Der QR Code Generator verwandelt jede URL, jeden Text, jede Visitenkarte oder kurze Nachricht in einen scanbaren QR-Code. Das Ergebnis ist ein hochauflösendes PNG zum sofortigen Download. Wähle eigene Vorder- und Hintergrundfarben passend zu deiner Marke. Skaliere den Code hoch für den Druck. Download mit einem Klick. Kein Wasserzeichen, keine Anmeldung, kein versteckter Tracker im Bild. Der Encoder läuft in deinem Browser mit einem Reed-Solomon-Algorithmus. Gleiche Eingabe ergibt immer den gleichen Code. Das QR-Pixelraster folgt dem ISO/IEC-18004-Standard. Wähle die Fehlerkorrektur L, M, Q oder H. Nimm H, wenn der QR gedruckt wird und abgenutzt oder verblasst sein könnte. Die Ausgabe enthält SVG für drucksicheren Vektordruck und PNG als Fallback. Marketer drucken QR auf Flyer und Verpackungen. Restaurants verlinken Speisekarten am Tisch. IT-Teams erstellen WLAN-QR für Gast-Netzwerke.
Wann sollte ich dieses Werkzeug nutzen?
- WLAN-QR-Codes erstellen, die Gäste in Cafés scannen können
- vCard-QR-Codes für den digitalen Kontaktaustausch über Visitenkarten erzeugen
- URL-QR-Codes für Restaurantmenüs und Event-Flyer erstellen
- Einfache Text-QR-Codes für Pflegehinweise auf Produktetiketten erstellen
Einen QR-Code online erstellen
- 1Waehle den QR-Inhaltstyp: URL, Text, vCard oder WLAN.
- 2Fuelle die Pflichtfelder fuer den gewaehlten Typ aus.
- 3Setze eigene Vordergrund- und Hintergrundfarben fuer dein Branding.
- 4Pruefe den QR-Code in der Vorschau und scanne ihn testweise mit dem Handy.
- 5Lade den QR-Code als PNG oder SVG zum Drucken herunter.
Häufig gestellte Fragen
Sind die erzeugten QR-Codes kommerziell frei nutzbar?
Yes, completely. QR codes generated by WikiPlus QR Code Generator are yours to use without restriction for any commercial or personal purpose. There is no royalty fee, no per-use license, no expiration date on the codes, and no tracking mechanism of any kind embedded in the SVG or PNG output. You can print them on product packaging, embed them in paid design templates sold on Etsy or Creative Market, display them on event signage, use them in advertising campaigns, include them in client deliverables, or distribute them on physical merchandise. The QR encoding algorithm (ISO/IEC 18004 Reed-Solomon) is an open international standard — there are no patent royalties or IP claims involved in generating or using codes that conform to it. WikiPlus itself claims no ownership over codes you generate. The output files contain no hidden metadata, no watermark, no digital fingerprint, and no URL redirect that routes through WikiPlus servers. The code encodes exactly the text or URL you type and nothing else. If your destination URL changes after printing, you will need to generate and reprint a new code — WikiPlus does not provide a URL-redirect service, so there is no server-side record to update. For dynamic QR codes where the destination URL must be changeable after print, use a dedicated service like Bitly or QR Tiger that manages a redirect layer. For static codes where the destination is permanent, WikiPlus gives you a clean, royalty-free code every time. Tip: always scan-test the finished code with at least two different phone models before sending to a print vendor.
Kann ich Farben aendern, ohne die Lesbarkeit zu zerstoeren?
Yes, with one important constraint: contrast ratio between the dark modules and the light background must remain high enough for camera-based decoders to distinguish them. QR scanners — whether dedicated apps or the built-in camera lens on iOS and Android — work by detecting the difference in reflectance between dark and light zones of the pattern. The exact color values matter far less than the luminance contrast between them. A deep navy (#001f5b) on a cream (#f5f0e8) background scans reliably on every device tested. A medium gray (#888888) on light gray (#cccccc) fails on most phone cameras under fluorescent lighting. Color inversion — light modules on a dark background — works on modern phone QR readers (iOS 13+, Android 10+) and on most dedicated scanner apps, but it breaks older barcode readers and some point-of-sale systems still in widespread use. As a rule, keep your dark module color darker than #555555 and your light background color lighter than #cccccc, giving a contrast ratio above 4.5:1. If you use a tight or unusual color pairing, increase the error-correction level to H (30% redundancy) before generating. This gives the decoder 30% of the pattern as redundancy, making it far more tolerant of local scan noise, slight color misreads, or print dot-gain from an inkjet printer. Run a real-world test: print a small sample on the actual substrate (glossy paper, kraft cardboard, fabric), photograph it under your expected lighting, and scan it. Digital preview scans on a monitor are not a reliable proxy. Tip: add a minimum 4-module quiet zone (white border) around the code — cropping into this border is the single most common reason printed QR codes fail to scan.
Werden meine QR-Daten an einen Server geschickt?
No. WikiPlus QR Code Generator encodes your data entirely inside your browser tab using client-side JavaScript. When you type a URL, Wi-Fi password, phone number, vCard contact, or any other text into the input field, that text never leaves your device. There is no network request that carries your payload to a WikiPlus server. There is no log entry recording what you encoded. There is no analytics event tracking the content of your codes. The QR encoding algorithm runs as a local JavaScript module using the Reed-Solomon error-correction arithmetic specified in ISO/IEC 18004. The resulting pixel grid is drawn onto an HTML5 Canvas element and then exported as PNG or SVG directly from that canvas — again, entirely within your browser tab without any network transmission. This architecture is especially important for sensitive QR payloads: Wi-Fi passwords embedded in guest-network QR signs, private vCard contacts you distribute at events, internal URLs for systems behind a corporate firewall, and authentication tokens or one-time codes that should never appear in server logs. You can verify the local-only operation by opening your browser's developer tools Network panel before generating a code, then entering your text and clicking Generate. You will see no outbound request carrying your content. For even stronger assurance, open the page, disconnect your device from the internet, and generate a code. It works offline because no server is involved at any step. Tip: for Wi-Fi QR codes, double-check the SSID and password in the encoded text before printing — a typo in a Wi-Fi password creates a functional-looking code that will frustrate every guest who scans it.
Welches Format soll ich zum Drucken herunterladen?
For any printed application larger than a business card, always download the SVG format. SVG (Scalable Vector Graphics) encodes the QR pattern as a grid of filled rectangles described in mathematical coordinates, not as a pixel bitmap. This means the code scales to any physical size — from a 2 cm sticker to a 3-meter trade-show banner — with perfectly sharp edges and zero pixelation regardless of the DPI of your output device or print substrate. When you place the SVG in Adobe Illustrator, Affinity Publisher, Figma, or any print-layout application, it will render at the native resolution of whatever printer or plotter you send it to. PNG is the right choice for digital contexts: embedding in email newsletters, posting on social media, inserting into PowerPoint or Google Slides, or displaying on a website. PNG is a raster format with a fixed pixel count, so choose the largest available size option if the PNG might ever be resized upward. Regardless of format, the most critical print consideration is the quiet zone — the blank margin surrounding the QR pattern. The ISO/IEC 18004 standard specifies a quiet zone of at least four module widths on all four sides. Cropping into this border, overlapping it with a bleed, or printing on a substrate whose edge color matches the QR modules are the three most common reasons a professionally printed QR code fails to scan in the field. When laying out a design in a print application, lock the quiet zone as a no-go area and build any decorative frame around it, not inside it. Tip: at sizes below 2 cm × 2 cm, reduce QR content length to stay under 50 characters — shorter content produces larger, more scannable modules at small print sizes.
Der Inhalt dieser Seite ist unter CC BY 4.0 verfügbar.