My iPhone app is currently backing up users' contacts to .vcf files using the method ABPersonCreateVCardRepresentationWithPeople of AddressBook framework.
But this method shrinks the images of the contacts, and I would like to have the option to keep them in original size.
What better way to do this?