以 300dpi 保存图像
我想以 JPEG 格式将图像文件保存在 NSHomeDirectory()/Documents 中。这些图像在应用程序内部的 UIImageView 内进行编辑。
我可以通过以下方式完美保存文件: [UIImageJPEGRepresentation(theImageView_.image, 1.0) writeToFile:thePath 原子地:YES];
有什么办法可以以更好的 DPI 保存图像吗?比如说,加载和操作的图像最初是 72dpi,现在我可以用 150 或 300 dpi 保存它吗?
谢谢
I want to save image files in NSHomeDirectory()/Documents in format JPEG. Those images are edited inside the application, inside a UIImageView.
I am able to save files perfectly with:
[UIImageJPEGRepresentation(theImageView_.image, 1.0) writeToFile:thePath atomically:YES];
Is there any way I can save the image with a better DPI? Say, for instance the image that is loaded and manipulated was originally of 72dpi, now can I save it with a dpi of 150 or 300 ?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论