18
0
Fork 0

Exporter en image le rendu d'une URL

This commit is contained in:
pdiogoantunes 2017-03-02 11:56:55 +01:00
parent ea32e00bd9
commit 192cf939bb
1 changed files with 6 additions and 0 deletions

View File

@ -13,4 +13,10 @@ $ display -backdrop -window root <img>
~~~ ~~~
# apt install xserver-xorg-input-synaptics # apt install xserver-xorg-input-synaptics
$ syndaemon -d -i 0.8 -p $HOME/.syndaemon.pid $ syndaemon -d -i 0.8 -p $HOME/.syndaemon.pid
~~~
## Exporter en image le rendu d'une page web (WebKit)
~~~{.bash}
$ cutycapt --url=http://evolix.org --out=evolix-site.png
~~~ ~~~