从php / html创建jpeg图像

时间:2014-11-30 10:32:36

标签: php output jpeg

我有一个html表,它使用php用一些简单的值填充它,并根据给定的变量更改背景颜色。 我希望能够使用按钮从表格中生成/创建/输出jpeg图像。

简单的例子......

<html>
<body>
<form action="image.php" method="POST">
//table html & php code here//
<input type="submit" name="submit" value="Print table" />
</form>
</body>
<html>

谢谢!

1 个答案:

答案 0 :(得分:0)

http://phantomjs.org/screen-capture.html

我希望/猜测这可以帮助你。