Programmatically create image from web-page or a single DIV

后端 未结 6 792
滥情空心
滥情空心 2020-12-05 20:12

Is there any way to programmatically create (client or server side (PHP)) a image from a specific DIV or a complete (web) page? I\'m currently creating a web-site for free c

6条回答
  •  隐瞒了意图╮
    2020-12-05 20:51

    Here is a great way for you to create images on the client side: http://smus.com/screen-capture-for-chrome-os

    You can take this and create a web app that will work nicely on webkit (for other browsers - I'll look at JS polyfills).

提交回复
热议问题