have you heard of psd2cssonline.com ? it converts a psd file to a website with css and html in it. through a website.

what i'm wondering is if there is such a file that can do this? their obviously using some console program to do the conversion

if anyone knows the file let me know thanks

link|improve this question

1  
I don't think this is a publicly available application - they may have had this custom made. I can't see this producing any usable, semantic markup though. – Pekka Apr 24 '11 at 8:40
@Pekka: if it also were providing semantic and usable markup - then a lot of developers would lose their job ))) – zerkms Apr 24 '11 at 8:55
feedback

closed as off topic by Shakti Singh, Dr.Molle, Alix Axel, zerkms, Cody Gray Apr 24 '11 at 14:11

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

I haven't used psd2cssonline.com, but I did use a very similar service. It basically merged all the non-text layers and stuck them as one big background image, and then used absolutely-positioned divs to layer the text over the top.

ImageMagick could do some of this work on the image. Then you can extract the text, though I don't know of any libraries that do this automatically.

link|improve this answer
This is probably how this works. Needless to say that it's completely unusable in a professional context. – Pekka Apr 24 '11 at 9:17
@Pekka It could be used for prototyping. I can also think of situations where you might have 100 PSDs to convert to HTML within a few hours, and every best practice would be forgotten. Life happens. – Blowski Apr 24 '11 at 9:29
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.