cocos2d iphone - How to change the size of the image taken in camera -


I want to use photos from the photo library in my game. How to do file size 280x280 size is it possible to take a picture (camera was immediately captured without saving) and then modify the image and

After you get the UIImage from the camera, use it to resize.


Comments