You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: