[webkit-help] Render to image

Steen Engholm sechinsic at gmail.com
Mon May 3 08:19:14 PDT 2010


You could use xwprint  http://sechinsic.info/xwprint.html or
wkhtmltopdf http://code.google.com/p/wkhtmltopdf/ to obtain pdf, and
pdfdraw, from mupdf.com, to write pnm, and pnm to write jpeg . xwprint
and mupdf are both extremely small, however pdfdraw cannot stream :

xwprint http://umbra.nascom.nasa.gov/eit/eit_full_res.html >t1.pdf
pdfdraw -o OBS%03d.pnm t1.pdf
pnmtojpeg OBS000.pnm >t1.jpg

pnmtojpeg is from netpbm . jpg is here http://sechinsic.info/t1.jpg  .


More information about the webkit-help mailing list