Skip to content

Instantly share code, notes, and snippets.

@zzzfree
Created March 10, 2013 02:55
Show Gist options
  • Save zzzfree/5126903 to your computer and use it in GitHub Desktop.
Save zzzfree/5126903 to your computer and use it in GitHub Desktop.
Java Write Image File
BufferedImage tar = _resize(f,s)
ImageIO.write(tar, "jpg", new File(fileName));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment