I am working on an iOS App which uses the iDevice Camera to grab images and upload them to a remote server. There is a scenario in which the user can grab a picture using the Camera, select a particular portion of the image using the native camera control and use it. The user also can use the full image without selecting a particular portion.
Now, the thing is that there are two types of devices majorly:
- iPhone / iTouch 2G, 3G, 3GS
- iPhone / iTouch 4
There would be camera image resolution differences as well.
The question is that shall we double the resolution of our required size in order to have an image that can be properly displayed on both the device types or we can have a common size which would work on both? If there can be a common size, what that would be?