【初心者】Java質問・相談スレッド121【歓迎】
at TECH
57:デフォルトの名無しさん
08/11/19 19:22:56
>>56
こんな感じでいいんじゃない
BufferedImage bi = ImageIO.read(fileA);
int w = bi.getWidth(), h = bi.getHeight();
int[] rgb = bi.getRGB(0, 0, w, h, null, 0, w);
・・・・
bi.setRGB(0, 0, w, h, rgb, 0, w);
ImageIO.write(bi, "png", fileB);
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
4483日前に更新/251 KB
担当:undef