This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Display a graphical image
pv [-C] [-h height[%]] [-S i|m|n] [-s server] [-w width[%]] [-x position[%][r]] [-y position[%][r]] [filename]...
If server_name is: | This server is used: |
---|---|
node_path | node_path/dev/photon |
fullpath | fullpath |
relative_path | /dev/relative_path |
The Photon image viewer displays bitmap image files on the Photon workspace. When you first start the viewer (without specifying an image filename), you'll see a File menu and an empty image area.
The File menu provides a File Selector mechanism for loading image files.
For more information about capturing screen images, see snapshot.
Run pv using the Photon server on node my_node:
pv -s/net/my_node/dev/photon
Run pv at initial position (10,10) with initial dimension of 200*300:
pv -x10 -y10 -h200 -w300