Can you explain it more? What do you mean with convert html in images? Is it something like a printscreen?
Probably Shrinktheweb plugins can help you for the time being. However, it converts hosted webpages, not a piece of html code. http://www.shrinktheweb.com/shrinktheweb-plugins.htm This is a features which is still under development by php team. However, some Sourceforge projects are going on to do the same. Imagine, how hard it would be to identity css, script and html based patterns and printing it pixel by pixel into an image. I'm also in search of the same technique. But got no solutions. However, converting hosted web pages to images are applied in different websites, specially which use website screenshot generation feature.
If you don't know what you're saying, kindly don't reply. Probably, a webmaster's forum is not for you.
Agree. Anyway, you can look into the GD library for php, not sure how well you know it or not. http://us3.php.net/manual/en/book.image.php It will allow you to generate images from text. You may need to do research on converting html to the proper formatting though, I never did that type.
This is exactly what I do (just not in Paint). When a customer mails me a bloated 3MB tiff of a logo they want on their site for a "clickable partner link", it's sooo much easier to just go to the partner's site, printscreen, GIMP is already open, crop, saveas, upload, done. If the OP wants the abilities of ImageMagick, well, ImageMagick is pretty old and reliable and there seems to be a version of it for every major back-end language... PerlMagick, PythonMagick, etc. But the OP said like a screenshot but not the whole page... sounds like copy and crop to me, not command-line image creation, or anything awesome like SVGs. But that's just my interpretation of the requirements, they aren't very clear.
great .I was also looking for how to do it in php or javascript.I think am going the try these.If I face any problem I shall bother you all once again as am new to it and still learning the tips