Home All Groups Group Topic Archive Search About

Conversion of PNG to HTML Files

Author
17 May 2006 7:57 AM
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.

Author
17 May 2006 8:13 AM
Tom Scales
"shun" <sagaffa***@yahoo.co.in> wrote in message
news:uEvC$dYeGHA.3348@TK2MSFTNGP03.phx.gbl...
> 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
Author
17 May 2006 8:14 AM
Patrice
Not sure what you mean. A png file could be a photograph. HTML code is a
markup that describe a web page (mostly text). If what you want is to
display a png file inside an HTML page, see the img tag :

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects/img.asp

--
Patrice

"shun" <sagaffa***@yahoo.co.in> a écrit dans le message de news:
uEvC$dYeGHA.3***@TK2MSFTNGP03.phx.gbl...
Show quoteHide quote
> 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.
>