Simple Image Previewer for Xorg
- C 97.8%
- Makefile 2.2%
| image.png | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| screen1.png | ||
| screen2.png | ||
| sip | ||
| sip.c | ||
Simple Image Previewer
Simple Image Previewer written in C, using imlib2 to handle images, and Xlib as GUI interface. Made for Linux systems running Xorg.
Limitations
It can only open one image at a time and always centers it. It does not have any editing capabilities or the ability to move the image around.
Compile
make
Needs root privileges to make an executable in /usr/local/bin.
Usage
sip [FILE]
Quit by hitting q.