您可以使用 AVFoundation 创建 png 图像文件吗?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论