A simple bash script that compress images inside a vCard 3.0.
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.
Find a file
Rodolphe Breard 31bf102452 Do not compress small images.
Before this commit, every images were reprocessed all of the time.
Because the address book may be re-compressed when new pictures are
added, we want to process them and not reprocess the previous ones.
This commit include a size detection so images below the size limit
are not processed.
2015-09-12 18:43:06 +02:00
.gitignore Ignoring test files. 2015-09-05 21:38:54 +02:00
LICENSE.txt first commit 2015-09-05 16:03:12 +02:00
README.md Improving the README. 2015-09-05 22:17:49 +02:00
vcf_compressor.sh Do not compress small images. 2015-09-12 18:43:06 +02:00

VCF Compressor

A simple bash script that compress images inside a vCard 3.0.

Requirements

  • bash
  • imagemagick

Further reading