通过 Magick++ 访问 LibJPEG 函数
我在我的 C++ 程序中使用 ImageMagick Magick++。 我将它包含在其中,
#include <Magick++.h>
我经常使用它并且运行良好,但现在我需要直接访问 libjpeg 库的一些功能。我该怎么做?
Magick++ 已经使用并以某种方式包含了 libjpeg,但我无法访问它的功能。我不想将整个库包含两次......
I use ImageMagick Magick++ in my C++ program.
I include it with
#include <Magick++.h>
I used it a lot and it worked well, but now I need to access some functions of the libjpeg library directly. How can I do this?
Magick++ already uses and somehow included libjpeg, but I can´t access the functions of it. I don´t want to include the whole library twice...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处获取一些文档。但是,使用 Boost/Adobe 可能会更方便吉尔。
See here for some documentation. However, it might be more convenient to use the Boost/Adobe GIL.