QR-Pop icon indicating copy to clipboard operation
QR-Pop copied to clipboard

Improved Image Overlays

Open git-shawn opened this issue 2 years ago • 3 comments

Add an interactive experience for placing image overlays. This should offer:

  • Semi-free placement of the logo anywhere above the QR code (except the eyes)
  • Resizable between 10% and 30% of the code's total area
  • Rotation beyond just 90º intervals
  • Add Apple's new background removal API

git-shawn avatar May 10 '23 11:05 git-shawn

Additionally:

  • Allow user to pick an image from SF symbols and potentially even emoji to overlay

git-shawn avatar May 10 '23 19:05 git-shawn

Additionally:

  • Allow user to customize image mask padding

git-shawn avatar May 26 '23 12:05 git-shawn

I'm not sure if this is a bug or intentional, but here's a thought on how to improve SVG image overlays:

  • When exporting as SVG, retain vector data when an SVG overlay is used

Currently, SVG image overlays are rasterized.

mattbisme avatar Mar 13 '24 04:03 mattbisme