Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 449 Bytes

README.md

File metadata and controls

41 lines (19 loc) · 449 Bytes

Stream image viewer

Required libraries

sudo apt install libgtk-3-dev

Note that GTK+ version 3.22 or newer is required. To check GTK+ version:

pkg-config --modversion gtk+-3.0

Compilation

mkdir _build
cd _build
cmake ..
make
sudo make install

Running

Create test image:

./mktestshmim

View image:

./shmimview ims1

View modes

Standard mode by default.

Display map mode if stream _dispmap exists.