Hi All,
while using imagepicker sourcetype camera, I observed that when I use the image returned by
straightaway, the image is rotated 90degre down. This happens only in camera mode. For the time being I was able to have my image rotate 90 degrees up. But is this problem a known issue ?
furthermore, when i just put it in the backgound, the image seems alright. when I try to resize it, it gets rotated.
bit strange though, anybody else has noticed this ?
CH
while using imagepicker sourcetype camera, I observed that when I use the image returned by
Code:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo
straightaway, the image is rotated 90degre down. This happens only in camera mode. For the time being I was able to have my image rotate 90 degrees up. But is this problem a known issue ?
furthermore, when i just put it in the backgound, the image seems alright. when I try to resize it, it gets rotated.
bit strange though, anybody else has noticed this ?
CH