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.
BufferedImageピクセル(数値)を操作したオブジェクトがあります。では、ピクセル値を変更せずに、ファイル(できればJPEGファイル)に保存するにはどうすればよいですか?
BufferedImage
試して使用してくださいImageIO.write( image, "some lessless format", new FileOutputStream(...) );。
ImageIO.write( image, "some lessless format", new FileOutputStream(...) );