Programmatically create image from web-page or a single DIV

后端 未结 6 778
滥情空心
滥情空心 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:49

    You cannot create image from div for sure but yes you can create dynamic images in php using its gd library. Following links will help:

    http://php.net/manual/en/function.imagecreate.php

    http://phptutorial.info/learn/create_images/

提交回复
热议问题