getSubimage (i * sw, 0, w-i*sw, h); }else {//前n-1塊均勻切 subImg = img.getSubimage(i * sw, 0, sw, h); } ImageIO.write(subImg ...
確定! 回上一頁