Skip to content
Branch: master
raspidmx/pngview/
raspidmx/pngview/

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

README.md

pngview

Utility to display a PNG image on the Raspberry Pi screen using the Dispmanx windowing system. Press Esc key to exit. Use 'w', 's', 'a' and 'd' keys to move the image on screen. Use '+' and '-' keys to change the number of pixels the image moves (default is 1).

Usage: pngview [-b <RGBA>] [-d <number>] [-l <layer>] [-x <offset>] [-y <offset>] <file.png>

-b - set background colour 16 bit RGBA
     e.g. 0x000F is opaque black
-d - Raspberry Pi display number
-l - DispmanX layer number
-x - offset (pixels from the left)
-y - offset (pixels from the top)
-n - non-interactive mode
You can’t perform that action at this time.