Last modified 2 years ago
Translations:
- English
How to take an OpenInkpot interface screenshot from your PC
You may use "import" tool from ImageMagic package (if you use Windows, download appropriate binary here, Mac OS X package is also available):
- Connect your PC to OpenInkpot device. SSH connection is not required, you just need to be sure you can ping 192.168.111.1 from your PC (see also Connect via SSH access).
- Run following command on your PC:
- Linux/FreeBSD/Mac OS X:
import -display 192.168.111.1:0 -window root screenshot.png
- Windows:
import.exe -display 192.168.111.1:0 -window root screenshot.png

