用300dpi保存图像

时间:2011-08-03 08:40:24

标签: iphone resolution dpi

我想以JPEG格式保存NSHomeDirectory()/ Documents中的图像文件。这些图像在应用程序内部编辑,在UIImageView中。

我可以完美地保存文件: [UIImageJPEGRepresentation(theImageView_.image,1.0)writeToFile:thePath atomically:YES];

有什么方法可以用更好的DPI保存图像吗?比方说,例如加载和操作的图像最初为72dpi,现在可以用150或300的dpi保存吗?

谢谢

0 个答案:

没有答案
相关问题