Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Appending Text On Images

I am having a background image and I want to append text on a specific area of an image using Java.Is that possible? I want to do this for batch.

Can any one suggest me, how can I do that?

Are there any tools where I can append text on images?

like image 350
Code Hungry Avatar asked Dec 03 '25 18:12

Code Hungry


1 Answers

Using Graphics2D to overlay text on a BufferedImage and return a BufferedImage

Java Write Text Image with Specific Fonts

http://download.oracle.com/javase/1.3/docs/api/java/awt/Graphics.html#drawString(java.text.AttributedCharacterIterator,int,int)

like image 98
onurbaysan Avatar answered Dec 06 '25 07:12

onurbaysan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!