Export formats overview
PNG Export
High-resolution raster format
Resolution: 560px × 560px (2× base size)
Filename: qr-premium.png
Best for: Direct use, social media, printing
Resolution: 560px × 560px (2× base size)
Filename: qr-premium.png
Best for: Direct use, social media, printing
SVG Export
Vector format, infinitely scalable
Resolution: Resolution-independent
Filename: qr-premium-vector.svg
Best for: Professional design, large prints
Resolution: Resolution-independent
Filename: qr-premium-vector.svg
Best for: Professional design, large prints
PNG export functionality
The PNG export creates a high-resolution raster image from a canvas element:High-resolution rendering
The PNG export uses a hidden canvas with double the display resolution:The 2× resolution (560px) ensures crisp, high-quality output suitable for printing at typical sizes (business cards, flyers, posters).
PNG characteristics
Raster format
Raster format
PNG is a bitmap/raster format that stores image data as a grid of pixels. Each pixel has a defined color value.
Lossless compression
Lossless compression
PNG uses lossless compression, meaning no quality is lost during compression. The image remains pixel-perfect.
Fixed resolution
Fixed resolution
The 560px × 560px size is fixed. Scaling beyond this size will reduce quality, while scaling down maintains quality.
Color support
Color support
PNG supports the full RGB color space and alpha transparency, preserving your custom colors exactly.
SVG export functionality
The SVG export serializes the vector graphic and creates a downloadable blob:SVG characteristics
Vector format
Vector format
SVG is a vector format that stores images as mathematical paths and shapes rather than pixels. This makes them infinitely scalable.
Resolution independent
Resolution independent
SVG files can be scaled to any size without quality loss - perfect for everything from business cards to billboards.
Editable
Editable
SVG files can be opened and edited in design software like Adobe Illustrator, Figma, or Inkscape.
Small file size
Small file size
SVG files are typically smaller than equivalent high-resolution PNGs because they store mathematical descriptions rather than pixel data.
Download interface
Both export options are presented in a clean download section:File naming convention
Exported files use consistent, descriptive names:- PNG files:
qr-premium.png - SVG files:
qr-premium-vector.svg
Files are downloaded with these exact names. Browsers will automatically add numbers (e.g., qr-premium (1).png) if you download multiple files without renaming them.
Use cases for each format
Choose the right format for your specific needs:When to use PNG
Social media
PNG works universally across all social platforms and appears correctly in previews
Website embedding
Smaller file size than high-res vectors, faster page load times
Email marketing
Guaranteed to display correctly in all email clients
Quick printing
Ready to print at business card or flyer sizes without additional processing
When to use SVG
Professional design
Import into Adobe Illustrator, Figma, or other design tools for further editing
Large format printing
Posters, banners, billboards - scale to any size without quality loss
Responsive web design
Looks sharp on all display densities (retina displays, 4K screens, etc.)
Brand asset libraries
Store as master files that can be exported at any resolution later
Customizations included in exports
Both export formats preserve all your customizations:- Colors: Custom foreground and background colors
- Logo: Embedded logo with correct sizing and excavation
- Quality: Error correction level (automatically ‘H’ with logos)
- Margins: Proper quiet zone for reliable scanning
- Data: URL, WiFi credentials, vCard, or email data
Technical considerations
PNG export details
- Format: PNG-8 or PNG-24 depending on color complexity
- Color space: RGB with optional alpha channel
- Compression: Automatic lossless compression
- Resolution: 560 × 560 pixels (2× display size)
- DPI: Screen resolution (72 DPI) - rescale in design software for print
SVG export details
- Standard: SVG 1.1
- Encoding: UTF-8 XML
- Namespace: Includes proper XML namespaces for compatibility
- Embedded images: Logos are embedded as base64 data URLs
- Compatibility: Works in all modern browsers and design software
For print production, designers typically convert PNG exports to CMYK color space or work with SVG exports that can be processed with proper color management.