NeuralNik/linkr

Add Logo/Image Embedding in QR Codes

Aperta

#13 aperta il 9 ott 2025

 (3 commenti) (0 reazioni) (1 assegnatario)TypeScript (3 fork)auto 404
advancedbackendfeaturefrontendhacktoberfest

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Allow users to upload a small logo or image to embed in the center of QR codes.

Acceptance Criteria:

  • Image upload functionality
  • Image resizing and optimization
  • Ensure QR code remains scannable
  • Support PNG, JPG, SVG formats
  • Preview with embedded logo

Implementation Hints:

  • Use PIL (Python) for image processing
  • Implement file upload in frontend
  • Validate image dimensions and file size
  • Test QR code scannability with embedded images

Guida contributor