2
我正在嘗試用Mahotas書寫圖像,發現它很奇怪。使用Mahotas閱讀和書寫圖像
img = mahotas.imread('foo.png', True)
mahotas.imsave('bar.png', img)
我gettings錯誤是:
ValueError: mahotas.freeimage: cannot write arrays of given type and shape.
我在OS X和用於釀造安裝FreeImage的。
np == numpy萬一有人困惑;) – Ralphleon 2012-01-18 15:46:35
Tx。我相應地改進了答案。 – luispedro 2012-01-18 16:37:06