NeuralNik/linkr

Add Logo/Image Embedding in QR Codes

Aberta

#13 aberto em 9 de out. de 2025

 (3 comentários) (0 reação) (1 responsável)TypeScript (3 forks)auto 404
advancedbackendfeaturefrontendhacktoberfest

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador