i capture image from iphone using UIPickerController, then how programatically to save it with specific name, and to call the image later (by using the name), is it any possibilities to change the image size eg. from 100 x 100 pixels to 50 x 50 pixels
thanks
The following code snippet will save the image to a file:
And then to recall the image from a file:
Finally, this post has a method available that you can incorporate into your project to resize the image.