I am trying to take a webpage that I create and making jpg/gif images from it? I know you can go HTML->PDF->JPG/GIF by using ImageMagick - but there has to be a way to do it in one shot!
Thanks!
2007-02-18
20:14:55
·
4 answers
·
asked by
coolantsv
1
in
Computers & Internet
➔ Programming & Design
I want to do it on the fly. I would pass some html into a variable and it would create a jpeg image out of it.
$var = "test";
convertToJpg($var);
2007-02-18
20:25:36 ·
update #1