I'm not a big fan of images for menus (because of accessibility concerns), but if it's a requirement for your project then this module will do nicely. It generates images for your menu text + rollover images, both can be based on a background image and there are the necessary parameters for font color, padding etc.
Only caveat is that it doesn't work properly on PHP 4 (tested with PHP 4.4 and 4.8), it inserts the images after the menu text instead of replacing the text with images. But then PHP 4 is outdated anyway.
Owner's replyThanks for Your effort. That information is very useful.