can I convert a png to an HTML file

0 votes
asked by
retagged by

Can I convert an existing PNG file that I have over to an HTML file?

1 Answer

0 votes
No avatar answered by (9.6k points)
edited by

Since PNG is an image file and HTML is a data content specification, you can't.

You could, though, display that PNG file in the HTML file, using basic codes

You could also use advanced software like the free Gimp ( http://www.gimp.org/ ) or Adobe Photoshop to export the image into stylesheet layers (

tags )

Or maybe you actually need a program like this one: http://www.engr.mun.ca/~holden/png2html.html ?

To embed the image in HTML you can also use this online tool: http://www.greywyvern.com/code/php/binary2base64

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...