Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to programmatically generate contact pictures - something like what Gravatar does, although not exactly.

Are there size requirements on the generated images such that the contact picture will be full-screen when the user calls? Are there differences for these size requirements between iPhone 3/GS and iPhone 4?

I presume setting the pictures using the ABAddressBook API will provide no hurdles.

share|improve this question
Well, I've tried setting a 320x480 image and this shows up full-screen on the iPhone 4, but it gets cropped and zoomed for the iPhone 3GS. This seems really odd to me - I would have expected the iPhone 4 to show it not fullscreen but the iPhone 3 would be fine. – GrooveStomp Apr 8 '11 at 3:04
This StackOverflow question seems highly relevant: stackoverflow.com/questions/4334926/… – GrooveStomp Apr 8 '11 at 5:51

1 Answer

up vote 2 down vote accepted

In both cases - for iPhone 3 and iPhone 4 (with retina display) I wound up setting the image size to 640 x 960. When I set the profile picture to 320 x 480 for iPhone 3, the image didn't scale to fit the full screen.

So there you go!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.