我有两个图像,我想将这两个图像复制到一个新图像,其中第二个图像在第一个图像旁边,而不是在它的顶部.
BufferedImage imgb1 = img1; BufferedImage imgb2 = img2; BufferedImage imgResult = new BufferedImage(...);
其中imgResult包含彼此相邻的第一个和第二个图像.
imgResult
java bufferedimage image image-processing
bufferedimage ×1
image ×1
image-processing ×1
java ×1