How can I watermark an image in Java? -


How do I create a watermark on an image using Java? I need the text entered by the user to be added to the status provided on the image. Any sample code / suggestions will help you.

You can see the "Watermark drawing" section

or you use the GIF4J library Can use

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -