DanielHabenicht / ngx-vcard

MIT License
14 stars 14 forks source link

Encoding for photos #688

Open colinherzog-codin opened 2 years ago

colinherzog-codin commented 2 years ago

Base64 images not supported Contact apps like Apple or Outlook often require base64 encoded images

I'd like to have the BasicPropertyParameters extended so that a photo can be saved as base64 Extend the BasicPropertyParameters interface with the key 'ENCODING' and at least the according value 'B', so that an image like: "PHOTO;ENCODING=b;TYPE=JPEG:/9j/4AAQSkZJRgABAQEAYABgAAD..." can be saved.

Alternatives I haven't found any suiting alternatives.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open at least 30 days with no activity. Comment or this issue will be closed in 14 days.

colinherzog-codin commented 2 years ago

Closed - stale.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open at least 30 days with no activity. Comment or this issue will be closed in 14 days.