Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一部の配列をmatplotlibでTIFF として保存しようとしていますが、代わりにplt.imsave().
plt.imsave()
PILに頼らずにそれを変更できますか? すべてを純粋な matplotlib に保持することは、私にとって非常に重要です。
matplotlib を使用して TIFF にエクスポートすると、とにかく PIL が使用されます。私の知る限り、matplotlib は PNG のみをネイティブでサポートしており、PIL を使用して他のファイル形式に変換します。したがって、matplotlib を使用して TIFF にエクスポートする場合は、すぐに PIL を使用できます。