用于 iPhone 开发的 GraphicsMagick
我想在我的 iPhone 应用程序中使用 GraphicsMagick 的图像处理功能,但我发现很难找到设置该库的良好说明以及如何在 Objective-C 中使用它的示例代码。是否存在这样的指令或代码?
I want to use image manipulation functionality from GraphicsMagick for my iPhone app, but I'm finding it quite hard to locate good instructions to set up the library, and sample code for how to use it in Objective-C. Do such instructions or code exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用这个工具进行编译:
http://sourceforge.net /mailarchive/forum.php?forum_name=graphicsmagick-tools&max_rows=25&style=nested&viewmonth=201109
对我来说,GraphicsMagick 的性能比 ImageMagick 好得多。
Try the this tool for compilation:
http://sourceforge.net/mailarchive/forum.php?forum_name=graphicsmagick-tools&max_rows=25&style=nested&viewmonth=201109
For me GraphicsMagick is performing far better than ImageMagick.
GraphicsMagick 可用于 iOS 或 Mac Os X 吗?您可以尝试一些 Apple 的示例,例如 GLImageProcessing 以及 github 和 google svn 上的一些示例源,用于 Objective-C 图像处理。
GraphicsMagick is it available for iOS or Mac Os X? You can try Some Apple's sample like GLImageProcessing and some sample source on github and google svn for objective-c image processing.