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")
How it looks on the iPhone:

The
make_vcardmethod has a parameter calledphoto_uri. After generating a qrcode and scanning it via an iphone, the photo does not appear on the contact card.Sample code:
How it looks on the iPhone:
