Show HN: Image Effects with CSS
bennettfeely.com
Show HN: Image Effects with CSS
1–10 of 21 posts
Re: Show HN: Image Effects with CSS
#2Re: Show HN: Image Effects with CSS
#3This is impressive and the documentation is nice. But it would be nice to get the 30-second pitch -- is the rationale to push processing onto the client side? When I think of such effects, I would usually imagine them being on the server side, perhaps on a dedicated image processing server.
Re: Show HN: Image Effects with CSS
#4This is impressive and the documentation is nice. But it would be nice to get the 30-second pitch -- is the rationale to push processing onto the client side? When I think of such effects, I would usually imagine them being on the server side, perhaps on a dedicated image processing server.
Client side image editor is the first thing I thought of.
Re: Show HN: Image Effects with CSS
#5Re: Show HN: Image Effects with CSS
#6This is impressive and the documentation is nice. But it would be nice to get the 30-second pitch -- is the rationale to push processing onto the client side? When I think of such effects, I would usually imagine them being on the server side, perhaps on a dedicated image processing server.
Re: Show HN: Image Effects with CSS
#7Earlier quoted context omitted.
Client side image editor is the first thing I thought of.
But how would you then download the edited image? Either browsers support taking screenshots via an API (no browser extension) or you would need to render it on the server side again. Maybe I am missing something?
Re: Show HN: Image Effects with CSS
#8Earlier quoted context omitted.
Client side image editor is the first thing I thought of.
But how would you then download the edited image? Either browsers support taking screenshots via an API (no browser extension) or you would need to render it on the server side again. Maybe I am missing something?
Re: Show HN: Image Effects with CSS
#9Re: Show HN: Image Effects with CSS
#10It's like PhotoShop. I used to play with pictures and obtain those effects 10-15 years ago. But I think we can do many more special effects with HTML5 Canvas.