Image Merger

Hello Everyone

I am working in a project where I must combine 2 image files:

->The first one is an image that will contain a white rectangle, and some text (in black or in white).

->The second one is a regular image

The first one must merge over the second, and the text and the white rectangle must appear over the second one. Besides, I must generate this image with a predefined size.

I hope you can help or give me some pointers. Thanks

[483 byte] By [dantevaza] at [2007-11-27 5:32:03]
# 1
look into TiledImage class http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/TiledImage.html for merging images.
subbu_javaa at 2007-7-12 14:57:49 > top of Java-index,Security,Cryptography...