Results 1 to 5 of 5
Thread: How to add text on an image
- 11-09-2012, 11:10 AM #1
Member
- Join Date
- Nov 2012
- Posts
- 3
- Rep Power
- 0
- 11-09-2012, 02:58 PM #2
Re: How to add text on an image
You're going to have to be more specific. Are you talking about a GUI that simply displays an image with some text on top? Are you talking about a command-line program that takes an image file and inserts some text into the file? A combination of both? What have you tried? Where are you stuck? Which part of this are you confused about?
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 11-09-2012, 06:50 PM #3
Member
- Join Date
- Nov 2012
- Posts
- 3
- Rep Power
- 0
Re: How to add text on an image
It is a set of images from which one image has to be selected. Using a command line program, the user input should be inserted onto the selected image. So far, I could create a gallery with a set image, but none of the images can be edited.
Thanks for looking into this problem.
- 11-09-2012, 07:19 PM #4
Re: How to add text on an image
Well, you can create a BufferedImage, get the Graphics from it, draw whatever image you want into it, then do any other drawing you want with the Graphics. Then output the BufferedImage to a file.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 11-10-2012, 10:12 AM #5
Member
- Join Date
- Nov 2012
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
How do I determine image size ahead of time when image has variable lines of text?
By mikemil in forum Java 2DReplies: 4Last Post: 08-09-2012, 06:18 PM -
Writing text onto an image
By cokoder in forum AWT / SwingReplies: 1Last Post: 02-14-2012, 08:35 AM -
How to import image, draw circles/text on it, and save a new image to disk
By InTheEndo in forum Java 2DReplies: 1Last Post: 07-28-2011, 08:48 AM -
Extracting Text from Image
By kish27 in forum Advanced JavaReplies: 3Last Post: 03-08-2011, 03:42 AM -
How to convert image to text
By asabdo in forum New To JavaReplies: 9Last Post: 12-13-2010, 08:01 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks