有人在 Windows 上使用 JMagick
对于部署,我将使用 Linux,但开发是在 Windows 上完成的。最近有人在 Windows 上使用过它吗?您遇到任何问题吗?
您有 VC++ 的更新 Makefile 可以分享吗?看来最新 Magick 的目录结构与我在 jmagick 中找到的旧 makefile 所期望的完全不同。
情节变得更加复杂。在我尝试编译 c 源代码时,它正在寻找源树中不存在的文件,例如 magick_ImageInfo.h。
For deploy I'll be using Linux, but dev is done on Windows. Has anyone used it lately on Windows? Have you had any problems?
Do you have an updated Makefile for VC++ that you can share? It seems the directory structure for the latest Magick is quite different that what the old makefile I found in jmagick is expecting.
The plot thickens. In my attempts to compile the c sources, it is looking for files such as magick_ImageInfo.h that don't exist in the source tree.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,自从你发帖以来已经有一段时间了,所以我猜你已经解决了你的问题。无论如何我都会发布这个,也许它会对其他人有所帮助。
在 Windows 上使用 JMagick 非常简单。他们的 wiki 有关于此的一些信息。简而言之,您需要安装 ImageMagick、
jmagick.dll 位于操作系统
%PATH%
上的某个位置,并且jmagick.jar
位于类路径中。您可以从 Jmagick 下载网站 下载所有这些二进制文件。
Well, it's been a while since you posted, so I'm guessing that you've already solved your problem. I'm posting this anyway, maybe it'll help others.
It's quite easy to use JMagick on Windows. Their wiki has some information regarding this. In short, you need to have ImageMagick installed,
jmagick.dll
somewhere on the OS%PATH%
andjmagick.jar
in your classpath.You can download all these binaries from the Jmagick download site.