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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)