有没有跨平台的小型\便携式C图像编辑库?
有没有跨平台的小型\便携式C图像编辑库?
Is there any crossplatform small\portable C image editing library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有跨平台的小型\便携式C图像编辑库?
Is there any crossplatform small\portable C image editing library?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
IM 库是跨平台的,支持对图像输出进行广泛的操作盒子的。也可以延长。它的近亲 CD 有时也可用于创建文本和线条艺术来注释图像。两者都很容易从 Lua 编写脚本。
The IM library is cross platform and supports a very wide array of operations on images out of the box. It can also be extended. Its close relative CD is also occasionally useful for creating text and line art to annotate an image. Both are readily scripted from Lua.
ImageMagick 是跨平台的,可能会满足您的需求。
根据您需要支持的图像格式,您可以查看 libjpeg 等库。
ImageMagick is cross-platform and may meet your needs.
Depending upon the image formats you need to support, you can look into libraries such as libjpeg.
查看 ImageMagic,它的跨游戏形式并具有适用于 C 和 C++ 的 API
check out ImageMagic, its cross playform and has APIs for C and C++