Home > Text to image generator > Main

    Main     Generate



  This is a text to image generator written in PHP and specially designed to generate an anti-spam email image from a given text (e-mail address). Example: you are Your IP with Agent and your email could be something like email.
Images are generated in PNG format using True Type Fonts and can be downloaded on local computer. Transparency is not supported, but you can set the background color. Also text rotating is not supported for the moment.

The options for images generation are:
  • Font (existing fonts are from: Corefonts SF, some from fonts.goldenweb.it). More fonts here;
  • Font size (6 to 150);
  • Text color (hexadecimal value);
  • Background color (hexadecimal value);
  • X padding (pixels from text to left and right image margins);
  • Y padding (pixels from text to top and bottom image margins);
  • Shadow:
    • Color;
    • X and Y paddings (pixels from the text).

Maybe in the future it will have:
  • Text rotation;
  • Use of a custom font (uploading ttf file);
  • Transparency?
  • Other image types? (JPG, ...);
  • Upload of your custom (background) image.
The generator can be also used for dynamic menu image generation, or other such tasks, but this should be avoided.