以 300dpi 保存图像

发布于 2024-11-27 22:06:22 字数 286 浏览 1 评论 0原文

我想以 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文