1

I have a website where users have designed their own product. I need a PHP function to generate an image/screenshot in JPG or PNG automatically from the designed product. The screenshot should be for the designed product by user. If it is a JavaScript utility (rather than PHP), that will be fine too.

I can't find anything. Where should I look?

Rohit Vipin Mathews
  • 11,629
  • 15
  • 57
  • 112
Vijay Thakor
  • 29
  • 1
  • 7

1 Answers1

0

Php is a server side language, it would need to be javascript. You could try this, however it may not be accurate.

http://html2canvas.hertzen.com/

James McDonnell
  • 3,600
  • 1
  • 20
  • 26