The AddressBook framework provides ABPersonCopyImageData for getting the contact image for each address book entry. This is great for the image data, but the user also sizes an
I think it's impossible to get the crop rect.
The crop rect information is stored inside the sqlite database that managed by addressbook framework.
But client's application cannot read another application's sqlite database, according to the sandbox structure.