This repository has been archived on 2023-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
vcf_compressor/README.md

18 lines
435 B
Markdown
Raw Normal View History

2015-09-05 21:39:33 +02:00
# VCF Compressor
A simple bash script that compress images inside a vCard 3.0.
## Requirements
* bash
* imagemagick
## Further reading
* [vCard on Wikipedia](https://en.wikipedia.org/wiki/VCard)
* vCard 3.0: [RFC 2425](https://tools.ietf.org/html/rfc2425) and [RFC 2426](https://tools.ietf.org/html/rfc2426)
* vCard 4.0: [RFC 6350](https://tools.ietf.org/html/rfc6350)
* CardDAV: [RFC 6352](https://tools.ietf.org/html/rfc6352)