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

View file

@ -13,4 +13,10 @@ $ display -backdrop -window root <img>
~~~
# apt install xserver-xorg-input-synaptics
$ 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
~~~