Image s_image = ... // read The Image BufferedImage S_B = New BufferedImage (Width, Height, Mode); // Pay Attension The Param Graphics G = S_B.GETGRAPHIC (); g.drawImage (0, 0, s_image); g.drawstring (x, y, "afDS");