Manipulating PNGs in Java

Posted by Stefan Kendall on Stack Overflow See other posts from Stack Overflow or by Stefan Kendall
Published on 2010-04-13T20:29:42Z Indexed on 2010/04/13 20:33 UTC
Read the original article Hit count: 415

Filed under:
|
|
|

Is there an easy way to manipulate PNGs in Java? I know I can read into a BufferedImage and write that back out, but I need to add clear pixels around the edge of an image. Is there an easy way to do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about java2d