GraphicsMagick 入门

发布于 2024-12-12 06:27:23 字数 232 浏览 0 评论 0原文

我发现(C)API非常复杂,有很多函数听起来像是在做同样的事情。 blob<->image<->registry<->streams>之间的关系让我困惑。

有没有人找到教程或者可以以其他方式阐明 GraphicsMagick 的基本概念是什么?一些典型的工作流程,例如“如果您想处理内存中的图像,您可以执行[...],然后将其写入磁盘,执行[...]”

这样的简单任务很困难。

I find the (C) API to be very complicated, there are many functions which sound like that they are doing the same thing. The relationship between blob<->image<->registry<->streams> confuses me.

Has anyone found tutorials or can otherwise shed light on what the fundamental concepts of GraphicsMagick are? A few typical workflows like "if you want to work with an image in memory, you can do [...], then to write it to disk, do [...]"

Simple tasks like this are hard.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木格 2024-12-19 06:27:23

也许您已经解决了您的问题,但如果没有 - 我认为 GraphicsMagick 的 C++ API 按照您指定的术语使用起来非常简单,请参阅 文档。因此,如果您可以接受 C++,那么它是相当合理的选择。

Probably you have already overcome your problem, but if not- I think that C++ API for GraphicsMagick is quite simple to use in terms that you have specified, see documentation. So if C++ is acceptable for you, it is quite reasonable option.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文