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.
Base64でエンコードされた画像の文字列があります。そこから色情報を取得する必要があります。画像は単色の赤、緑、オレンジです。
この点で親切に私を助けてください
次のコードを使用してデコードします
BASE64Decoder decoder = new BASE64Decoder(); byte[] decodedBytes = decoder.decodeBuffer(encodedBytes);
decodeBytesピクセルデータの分析に使用
decodeBytes