How to use
Use this to turn typed text into a PNG image you can download or copy as a data URL.
- Enter your text (supports multiple lines).
- Pick font, size, colors, padding, alignment, and (optional) transparent background.
- Set a max width if you want wrapping.
- Click Generate PNG, then download or copy the PNG data URL.
FAQ
How do I turn text into a PNG image?
Type your text, choose your style options, then click Generate PNG and download the image.
Can I make the background transparent?
Yes—enable Transparent background and generate again to get a PNG with alpha transparency.
Does it support multiple lines?
Yes—use line breaks in the text box, and the tool will render each line (with adjustable line height).
How do I wrap long text to fit a width?
Set Max width and keep Wrap to max width enabled to automatically wrap long lines.
Is this tool offline and private?
Yes—the PNG is generated in your browser using canvas; your text is not uploaded by this tool.
Can I copy the PNG for embedding in HTML?
Yes—click Copy Data URL to copy a data:image/png;base64,... URL you can paste into HTML/CSS.
Why does my PNG look blurry?
Try increasing the font size and padding (or keep the image smaller). The tool also uses device pixel ratio for sharper output on modern screens.