Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 JBIG2 压缩了 PDF。如何将其重新压缩为 JPEG 或任何其他压缩算法?我想使用 Itextsharp/PDFSharp 之类的开源解决方案或任何其他 c# .net 开源项目。
您需要解压缩图像数据,将其从每个组件 1 位转换为每个组件 8 位,然后应用 JPEG 压缩。
但是将单色图像转换为彩色图像有点不寻常。这实际上应该增加大小。JBIG2 对于很多单色图像来说还是不错的,为什么要对它使用 JPEG 压缩呢?