views:

42

answers:

2

I want to use photos from photo library in my game. How to make the file to be of size 280x280. Is it possible to take the picture (captured by the camera immediately without saving) and then modify the picture and want to save

A: 

I don't know that it's possible to edit photograph files inside the camera.

I think it's better to edit photograph files using software designed to crop and or reduce the photograph to 280 pixels. You do want to maintain the width - height ratio when you reduce a photograph file.

Gilbert Le Blanc
A: 

After you get a UIImage from the camera, use the method in the answer to this question to resize it.

Colin Gislason