feat: support for external image references

This commit is contained in:
relikd
2025-06-09 00:20:14 +02:00
parent d151863706
commit 7804801297
3 changed files with 78 additions and 21 deletions

View File

@@ -35,9 +35,8 @@ python3 vcard2image.py AllContacts.vcf ./profile_pics/
### Limitations
The `image` field currently only supports JPG images.
I have honestly no idea where PNG images are stored.
For PNGs the database only stores a UUID instead of the file itself.
If you happen to know where I can find these, open an issue or pull request.
But as far as I see, Apple converts PNG to JPG before storing the image.
If you encounter a db which includes other image types, please let me know.
### Disclaimer