rxiv
rxiv copied to clipboard
Reisen X Image Viewer - an image viewer from the moon!
Reisen X Image Viewer
The sole purpose of rxiv is because sxiv won't add many sensible features and it seems abandoned by the author.
Reisen X Image Viewer is named after Reisen Udongein Inaba from Touhou.
Features
- Basic image operations, e.g. zooming, panning, rotating
- Customizable key and mouse button mappings (in config.h)
- Thumbnail mode: grid of selectable previews of all images
- Ability to cache thumbnails for fast re-loading
- Basic support for multi-frame images
- Load all frames from GIF files and play GIF animations
- Full webp support
- View images from URL (through included wrapper
rxiv-url
for now) - Start from file
- Partial svg support (only on image mode for now)
- Display image information in status bar
- Configurable title
- Configurable bar colors
Screenshots
Image mode:
Thumbnail mode:
Dependencies
rxiv requires the following software to be installed:
- Imlib2
- X11
- Xft
- freetype2
- fontconfig
- librsvg2
- giflib (optional, disabled with
HAVE_GIFLIB=0
) - libexif (optional, disabled with
HAVE_LIBEXIF=0
) - libwebp (optional, disabled with
HAVE_LIBWEBP=0
) - libgen
Please make sure to install the corresponding development packages in case that you want to build rxiv on a distribution with separate runtime and development packages (e.g. *-dev on Debian).
Building
rxiv is built using the commands:
$ make
# make install
Please note, that the latter one requires root privileges. By default, rxiv is installed using the prefix "/usr/local", so the full path of the executable will be "/usr/local/bin/rxiv".
You can install rxiv into a directory of your choice by changing the second command to:
# make PREFIX="/your/dir" install
The build-time specific settings of rxiv can be found in the file config.h. Please check and change them, so that they fit your needs. If the file config.h does not already exist, then you have to create it with the following command:
$ make config.h
Usage
Please see the man page for information on how to use rxiv.
Download & Changelog
You can browse the source code repository on GitHub or get a copy using git with the following command:
git clone https://github.com/eylles/rxiv.git
Contribution
Only Pull Requests from topic branches will be accepted, please DO NOT open a PR from your master branch. (or not, if the PR is good i'm taking it regardless)
Stable releases
rxiv
v0.1.0 (Aug, 2021)
- loop patch from https://github.com/1-7-1/sxiv-loop-patch
- added more zoom steps to default #13
- fixes #12 - issue with zoom
- bar text and background separated into their own resources,
-B
flag removed - confifurable title prefix and suffix #453
- proper start from file with
-d
flag, scriptrxiv-browser
removed
v0.0.1 (May, 2021)
- Refactor: use img_zoom function inside img_fit
- Move sxiv changelog to sxiv-changelog.md
v0.0.0 (April, 2021)
- Set the _NET_WM_PID and WM_CLIENT_MACHINE X properties #403
- Option to swap bar colors #392 flag set to
-B
- Add support for animated WebP images #437
- Update manpage for marking commands #404
- Added ICCCM WM_HINTS #406
- Advertise Webp support in desktop file #411
- add option for dmenu like behaviour #405 flag
-O
- added script
rxiv-url
to view files from URLs issue #431 - added script
rxiv-browser
to provide start from file #371 - added svg support (no thumbnail mode yet) #440
- rename to rxiv