問題タブ [bytesio]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
432 参照

python - AttributeError: PIL で BytesIO を使用しようとすると読み取りますか?

PIL を使用して画像を rgba から rgb に変換し、Color-Thief-Pyを使用して最も使用されている色を検出しようとしています。ただし、RGB に変換された画像を colorthief 関数に渡そうとすると、次のエラーが発生しますAttributeError: read

コードは次のとおりです。

何が間違っているのか、どうすれば解決できますか?