環境
OS: Windows 7
python: 3.5.4
python: 3.5.4
pythonのmatplotlibにてjpg画像を利用しようとしたところ以下のエラーが発生しました。
ValueError: Only know how to handle extensions: ['png']; with Pillow installed m
atplotlib can handle more images
解決方法としては以下のライブラリ(pillow)をインストールするよ良いようです。
> pip install pillow