Simple Image Previewer for Xorg
  • C 97.8%
  • Makefile 2.2%
Find a file
Piotr Marendowski 035bfdd61a Update sip WIP
2023-11-23 21:22:52 +01:00
image.png Add 1.0 2023-10-13 16:06:50 +00:00
LICENSE Initial commit 2023-10-13 14:03:45 +00:00
Makefile Add 1.0 2023-10-13 16:06:50 +00:00
README.md Update README 2023-10-15 19:02:00 +00:00
screen1.png Add 1.0 2023-10-13 16:06:50 +00:00
screen2.png Add 1.0 2023-10-13 16:06:50 +00:00
sip Update sip WIP 2023-11-23 21:22:52 +01:00
sip.c Update sip WIP 2023-11-23 21:22:52 +01:00

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.

screen1

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.

MIT License