Wednesday, July 7, 2010

Merging Images in Java


The following function is very useful, in many circumstances I have found that combining two images can be more convenient than creating one with some kind of image software (I use Gimp).

Merging is very useful for watermarking images or as we have done, marking the status of a file...
As you can see, in the image to the right, some of the file icons have a status in the bottom right hand corner: Green is a new file; Blue is a modified file

Feel free to copy/use this code as we have released it under the GNU General Public License version 3 (GPLv3).

No comments:

Post a Comment