Is there a Java library to write text to images, same as PHP's GD library.
+4
A:
Sure. First load the image, probably using a method of ImageIO
. Then, using a Graphics
object representing the image itself, call the drawString
method.
Etaoin
2010-04-29 10:00:36