-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
The make_vcard method has a parameter called photo_uri. After generating a qrcode and scanning it via an iphone, the photo does not appear on the contact card.
Sample code:
from segno import helpers
qrcode = helpers.make_vcard(displayname='No Photo',
name=";No Photo",
org="No Photo",
memo="no photo",
email='no@photo.com',
photo_uri="https://no-photo.com/no-photo.png",
)
qrcode.save('/Users/no-photo/Desktop/no-photo.svg', scale=5, data_dark="#7a1fa1", dark="#512da8")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels