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

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

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