3

I am quite new to web development so I wanted to ask people here if there exists any software which can convert JPG/PSD to its respective HTML/CSS equivalent?

I am not looking to embed the image in the HTML but want HTML/CSS source which will be equivalent of that JPG from which it is converted.

Thanks,

Saarthak

saarthak
  • 1,004
  • 2
  • 12
  • 26

2 Answers2

3

even I am quite new to designing because m a developer but ADOBE fireworks is the tool thet lets you convert jpg/jpeg in respective html/css Although it will not convert the whole for you but it'll convert atleast 60% of the layout to html/css.

more tutorials can be found Here

excuse me if i was wrong anywhere

Devjosh
  • 6,450
  • 4
  • 39
  • 61
1

Well, I had stumbled upon this a long time ago.

Try img2html. It seems to do what you want. text-image.com is another one, but the sample 'hand-holding-beer' file looks better when converted using img2html :)

Ryan Fernandes
  • 8,238
  • 7
  • 36
  • 53
  • Please note that I wrote that (img2html) in 2003! It's not exactly the most polished script in the world. – pgl Jun 21 '11 at 12:41