Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert JPG to HTML [closed]

Tags:

html

css

jpeg

psd

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

like image 205
saarthak Avatar asked Nov 21 '25 07:11

saarthak


2 Answers

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

like image 126
Devjosh Avatar answered Nov 23 '25 20:11

Devjosh


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 :)

like image 22
Ryan Fernandes Avatar answered Nov 23 '25 22:11

Ryan Fernandes