显示文档页面的图像格式
我想知道什么图像格式最适合保存文档页面。 (文档页面以文字为主,图片较少)。我知道 png、jpeg 是位图格式,因此它们会有缩放问题。我对 TIFF(标记图像格式)了解不多。对于文档页面来说,它比 png/jpeg 有优势吗?
I was wondering what image format would be best suited to save document pages. (document pages are mainly text with few images). I know that png, jpeg are bitmap formats and hence they will have scaling problems. I don't know much about TIFF (tagged image format). Does it have an advantage over png/jpeg for document pages?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TIFF 可以每个文件保存多个页面,PNG 和 JPEG 则不能。 TIFF 还具有多种不同的位深度和压缩格式选择,这可能使其成为最佳选择,也可能导致一场噩梦,具体取决于所使用的不同软件组件的兼容性。避免在 TIFF 中使用 JPEG 压缩选项,它存在已知问题。
TIFF can save multiple pages per file, PNG and JPEG cannot. TIFF also has a number of different format choices for bit depth and compression, which might make it the best choice or might result in a nightmare depending on the compatibility of the different software components used. Avoid the JPEG compression option in TIFF, it has known problems.