如何:python 脚本 + imagemagic = Windows 应用程序?
我有一个小问题。我有一个 python 脚本,它使用 imagemagic。它在我的 Mac 或 Linux 上运行良好。但我需要把它给客户,而他使用Windows。实际上问题是:我如何为它构建应用程序,以及如何做 Gui。 (也许你知道成品是开源的,谁知道如何调整图像大小并将它们切成碎片“瓷砖切割机”)
I have a small problem. I have a script in python, which uses imagemagic. It works fine on my Mac, or Linux. But I need to give it to the client, and he uses Windows. Actually the question: how can I build applications for it, and on what to do Gui. (Perhaps you know the finished product is open source, who knows how to resize images and cut them into pieces 'tile cutter')
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 py2exe 为其构建应用程序,也许您也可以将 imagemagic 与您的应用程序捆绑在一起。
You can use py2exe to build application for it, may be you can bundle imagemagic with your app too.