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.
我正在读取一个位图文件并使用 libJPEG 库将其压缩为 JPEG 文件,这很简单。但现在我想在压缩期间将每个中间阶段,即 DCT 和量化写入文件。有没有办法做到这一点?
是的,你可以,libjpeg 附带的帮助文件解释了如何访问 DCT 系数。然后,您可以展开随附的 example.c 文件来进行压缩并检查 DCT 系数。