NeuralNik/linkr

Add Logo/Image Embedding in QR Codes

開放

#13 建立於 2025年10月9日

 (3 則留言) (0 個反應) (1 位負責人)TypeScript (3 個分叉)auto 404
advancedbackendfeaturefrontendhacktoberfest

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南