A simple bash script that compress images inside a vCard 3.0.
31bf102452
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. |
||
---|---|---|
.gitignore | ||
LICENSE.txt | ||
README.md | ||
vcf_compressor.sh |