|
|
|
|
|
by veemjeem
4543 days ago
|
|
Didn't that YC company, Markupwand, do something like this automatically? Since they've vanished, I wonder if this problem is hard to do automatically? Photoshop CS6 has this feature built-in, but it generates horrible css -- it reminds me of the days when people used Dreamweaver to output their html. |
|
Beyond the CSS layout, you typically have to cut up the assets and put them in an image sprite. An automatic service wouldn't be able to cut up images correctly if the PSD is flattened. Even with layers, overlapping layers would give the automatic service issues (or bad CSS in the end).
PSD2HTML is more art than science.