I have an image ( in my res folder ), and i want to write some text on it, at some specific locations, and then obtain a single file that contains both text and picture, and send it via email using Java Mail API.
What is the best approach for this problem ?