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.
複数の画像を gif に結合できるかどうか疑問に思っています。
したがって、基本的には 2 枚の写真をインポートして、それらから gif を作成します。
ありがとう。
確かに、これを行う方法は次のとおりです。
new BufferedImage(...)
Graphics
image.getGraphics()
graphics.drawImage()
ImageIO
BufferedImage