In my app, I have a user select/take photo, which then goes to this method (standard stuff):
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
Now, how can i reduce the image to a certain file size (I want it to be reduced to somewhere around 80-90 kb).