Return to Snippet

Revision: 15855
at July 19, 2009 20:04 by laurenceosx


Initial Code
In Guess, set node style to 7 and supply image path.

http://iecapt.sourceforge.net/

C:\> IECapt --help
 -----------------------------------------------------------------------------
 Usage: IECapt --url=http://www.example.org/ --out=localfile.png
 -----------------------------------------------------------------------------
  --help                      Print this help page and exit
  --url=<url>                 The URL to capture (http:...|file:...|...)
  --out=<path>                The target file (.png|bmp|jpeg|emf|...)
  --min-width=<int>           Minimal width for the image (default: 800)
  --max-wait=<ms>             Don't wait more than (default: 90000, inf: 0)
  --delay=<ms>                Wait after loading (e.g. for Flash; default: 0)
  --silent                    Whether to surpress some dialogs

Initial URL
http://iecapt.sourceforge.net/

Initial Description


Initial Title
guess - Create bitmaps for nodes using html with IECapt

Initial Tags


Initial Language
Other