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.
以下に示すように、指定された画像からサブイメージを取得しようとしています:
image = image.getSubImage(x, y, width, height);
しかし、この方法を使用しても、特定の画像から異なる形状の画像を取得することはできません。提案があれば教えてください。前もって感謝します!
Graphicsクラスを介して実行できます:http://docs.oracle.com/javase/tutorial/2d/advanced/clipping.html