Outils pour utilisateurs

Outils du site


linux:snapshot (lu 21516 fois)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
linux:snapshot [22-01-2015 09:37]
edmc73 [Capturer un site web]
linux:snapshot [14-11-2016 09:09]
edmc73 [PhantomJs]
Ligne 108: Ligne 108:
 http://phantomjs.org/screen-capture.html http://phantomjs.org/screen-capture.html
  
 +Exemple :
 +  phantomjs/bin/phantomjs phantomjs/examples/rasterize.js http://google.fr/ google.png 1920px*1080px
  
 +Si vous avez le message d'erreur suivant:
 +<code>
 +ReferenceError: Strict mode forbids implicit creation of global property 'pageWidth'
 +
 +  phantomjs://code/rasterize.js:23 in global code
 +</code>
 +
 +Commentez la 1ère ligne du fichier examples/rasterize.js
 +
 +  //"use strict";
 ===== Capturer l'écran en gif ===== ===== Capturer l'écran en gif =====
  
Ligne 127: Ligne 139:
  
   $ sudo add-apt-repository ppa:sethj/silentcast && sudo apt-get update && sudo apt-get install silentcast     $ sudo add-apt-repository ppa:sethj/silentcast && sudo apt-get update && sudo apt-get install silentcast  
 +
 +===== Afficher à l'écran les touches du clavier tapées =====
 +
 +https://launchpad.net/screenkey
 +
 +exemple : http://www.youtube.com/watch?v=2GqCu0wI-hc
 +
linux/snapshot.txt · Dernière modification: 14-04-2021 11:25 de edmc73