UIImage *image = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"image" ofType:@"png"]]; UIImageWriteToSavedPhotosAlbum(image, nil, NULL, NULL);