iT邦幫忙

0

python的array轉彩色圖像

  • 分享至 

  • xImage

#XXX是三維陣列

array = np.fromfile("D:\\XXX",dtype =  np.float64).reshape(720,1280)
array = (array*255/10).astype(np.uint8)
im = Image.fromarray(array)
im.save("XXX.png")

可以轉黑白圖片
但是不會轉成彩色
說要轉成三通道...
請問有大大可以幫忙或是給教學嘛!? 謝謝!!

貓虎皮 iT邦新手 3 級 ‧ 2023-04-22 23:43:31 檢舉
你的`.reshape(720,1280)`把陣列壓成了二維,自然只剩下一通道
sky800219 iT邦新手 5 級 ‧ 2023-04-23 19:42:11 檢舉
好的,謝謝大大!
我再研究研究!
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答