如何:python 脚本 + imagemagic = Windows 应用程序?

发布于 2024-09-10 17:50:03 字数 160 浏览 3 评论 0原文

我有一个小问题。我有一个 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 技术交流群。

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

发布评论

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

评论(1

阳光下的泡沫是彩色的 2024-09-17 17:50:03

您可以使用 py2exe 为其构建应用程序,也许您也可以将 imagemagic 与您的应用程序捆绑在一起。

You can use py2exe to build application for it, may be you can bundle imagemagic with your app too.

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