18 comments

[ 3.2 ms ] story [ 47.3 ms ] thread
Hope You like it ;)
This is really nice, it's very similiar to http://csshat.com/ though?
very similar, except the whole free thing.
CSSHat is a commercial self contained plugin CSS3PS is a free plugin that relies on a web service for processing
I noticed that csshat isn't very usable. It generates a lot of code that is hard to edit and further customize.. anyone notice anything different for css3ps?
I'm looking for an app that does the opposite, since IE is still around ;-)
Check out LayerCake if you want to easily "cut up" a psd into it's individual images. With LayerCake you can even set it up to auto-export your images every time you save the psd.
Does this only work for vector objects enhanced by layer styles? What would happen if I wanted to extract, for example, the CSS3PS logo?

I don't have Photoshop ready but would like to show this to creative. That's why I ask instead of testing it myself :)

at this moment you will get just div with logo size and if it use layer effects they will also convert to this CSS3 div

we will add export raster layers as images but lates now we have list of more priority features

If i can throw a PSD file at your site, and get "valid" html5 and CSS3 back, please submit another story to hackernews.
nice work!! Can we have some info on the "list of more priority features" ;)
we will update our site on the next week stay tuned

for more question you can write to support@css3ps.com

Love the install instructions and site. Well done.
Agree with csshat. It works great but the code is really difficult to grasp. Going to give css3ps a try.
Nice site design. And probably very useful app for designers.

On a side note what I discovered yesterday - you can create nice vector graphics in InkScape (free tool), open its source (it's just XML) and copy-paste <svg>...</svg> into HTML page and bang - you got your design in your page and you can manipulate each aspect of this image via JavaScript just like you would manipulate plane HTML code.

I bet it do not work across browsers tho...