在 Python 中将 32 位 TIFF 转换为另一种格式

发布于 2024-12-07 08:42:01 字数 115 浏览 0 评论 0原文

我需要将 32 位 TIFF 文件(或相应的 int32 数组)转换为 Tkinter 可以显示的另一种格式(如 gif fe)

我该怎么做?将数组转换为 int16 左右会使图片完全模糊......

I need to convert a 32 bit TIFF file (or the corresponding int32 array) to another format that Tkinter can display (like gif fe)

How do I do that? Converting the array to int16 or so completely blurs the picture...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

九厘米的零° 2024-12-14 08:42:01

PIL 是你最好的朋友。

PIL is your best friend.

救星 2024-12-14 08:42:01

您可以使用 PILImage Magick,或 GraphicsMagick

GraphicsMagicImageMagick 是命令行程序,有 python 版本。我使用 Graphics Magic 因为它很简单。 ImageMagick 几乎是 Photoshop 的命令行版本...

You can use PIL, Image Magick, or GraphicsMagick

GraphicsMagic and ImageMagick are command-line programs and have python versions. I use Graphics Magic because it is simple. ImageMagick is almost a command-line version of photoshop...

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