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

贡献者指南