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.
JavaのBufferedImageが空白(ブラウザのユーザーには表示されない)画像であることを認識できるかどうか疑問に思いました。
完全に透明という意味ですか?
を使用しBufferedImage.getAlphaRaster()てピクセルをトラバースし、すべてが完全に透明であることを確認できます。
BufferedImage.getAlphaRaster()