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.
我想知道是否可以将超过 1 个图像组合成一个 gif?
所以,基本上你导入 2 张照片并用它们制作一个 gif。
谢谢。
当然,这是一种方法:
new BufferedImage(...)
Graphics
image.getGraphics()
graphics.drawImage()
ImageIO
BufferedImage