2
マホタスで画像を書いてみると、それはやや難しいです。マホタスで画像を読み書きする
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
Tx。私はそれに応じて答えを改善しました。 – luispedro