Conversion of PNG to HTML Files

  • Thread starter Thread starter shun
  • Start date Start date
S

shun

Hello,

I would like to convert an png file to Html file. is there any file or s/w
tool that works this, if there is no such tool then please give a source
code if you have using VB.net

Thanks in advance.

Regards
Gaffar.
 
shun said:
Hello,

I would like to convert an png file to Html file. is there any file or s/w
tool that works this, if there is no such tool then please give a source
code if you have using VB.net

Thanks in advance.

Regards
Gaffar.

You can't really convert png to html. png is a graphics format, like jpg,
and html is pure text. Explain more what you're trying to do and perhaps we
can help.

Graphics conversions are pretty simple to do in vb.net and php.

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top