您可以使用 AVFoundation 创建 png 图像文件吗?

发布于 2025-01-07 02:51:14 字数 299 浏览 1 评论 0原文

我正在使用 AVFoundation 并捕获静态图像输出并创建 jpeg 图像文件。这很好用。我遇到的所有文档和示例代码始终创建一个 jpeg 文件,但我想创建一个 png 文件来保留像素值,以便我可以从图像。我需要更高质量的 PDF 来进行 OCR 识别。

我将 AVCaptureSession 设置为:AVCaptureSessionPresetPhoto,并且我在屏幕上看到的图像质量很高,但我从 jpeg 文件创建的 PDF 低于 300 dpi。

有人可以指导我创建 png 文件,或者如何增强由 jpeg 生成的 PDF 的 dpi 吗?

I am using AVFoundation and capturing the still image output and creating a jpeg image file. This is working great. All the documentation and sample code I have been able to come across has always created a jpeg file, but I would like to create a png file to preserve the pixel value so I can create a higher quality (at least 300 dpi) PDF from the image. I need a higher quality PDF for OCR Recognition purposes.

I have the AVCaptureSession set as: AVCaptureSessionPresetPhoto, and the image I see on my screen is high quality, but the PDF that I create from the jpeg file is below 300 dpi.

Does anybody have any pointers for me for either creating a png file, or how to beef up the dpi on a PDF generated from a jpeg?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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