gpt4 book ai didi

python 枕头 : how to produce 3-channel image from 1-channel image?

转载 作者:行者123 更新时间:2023-12-05 02:04:17 27 4
gpt4 key购买 nike

我尝试使用的 Python 包仅适用于 3 channel 图像。如果我有一张灰度 PNG 图像,Pillow 的 Image.open() 自然会将其读取为单层图像。如何使用 Pillow 将 1 channel 图像转换为 3 channel RGB 图像?

最佳答案

用PIL将单 channel 灰度图转换为3 channel RGB图像最简单的方法大概是这样的:

RGB = Image.open('image.png').convert('RGB')

可以进行进一步的讨论和解释 here .

关于 python 枕头 : how to produce 3-channel image from 1-channel image?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64490076/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com