Generating an image with data fields using Java -


How would you generate a JPG image file with data table that is stored and renewed in a database table? Then the image will be repeated per hour or the latest value will be displayed within the database table.

You will start with the original background image, and then overlayed at the top of the background image, from the data field (for example, average temperature, CPU load, previous reboot etc.) in the generated image. The data will be seen with good charts, icons and fonts.

Thank you!

EDIT: There are many good tips to cover the good stuff, particularly like GeFritt. I am still not certain that most of the work with overlaying images on the background image (ie Icon) What's the best way Will the original Java API be the best for this matter?

TIA!

Check it out. You can load your background image as using, and then remove the text using text. You can then save using the image.


OP added more sophisticated requirements (good charts, icons and fonts). In this situation, one of the many charting or reporting packages (e.g.,) will be more suitable.


Comments