|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Conversion of PNG to HTML FilesHello,
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" <sagaffa***@yahoo.co.in> wrote in message You can't really convert png to html. png is a graphics format, like jpg, 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. > 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 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. > |
|||||||||||||||||||||||