I need to add some texts to an existing table image (png).
Which means that I need to "write" on the image and I need the option to select the text location.
How can I do it?
I need to add some texts to an existing table image (png). Which means
Share
It’s easy, just get the
Graphicsobject from the image and draw your string onto the image. This example (and output image) is doing that:Output (
test.png):