Přemysl Eric Janouch
a135d6f332
Also, make it possible to go back, in a roughly implemented manner. |
||
---|---|---|
tools | ||
wuffs-mirror-release-c@7804ffe150 | ||
.clang-format | ||
.gitmodules | ||
LICENSE | ||
README.adoc | ||
fastiv-browser.c | ||
fastiv-browser.h | ||
fastiv-io-benchmark.c | ||
fastiv-io.c | ||
fastiv-io.h | ||
fastiv-view.c | ||
fastiv-view.h | ||
fastiv.c | ||
fastiv.desktop | ||
fastiv.svg | ||
meson.build | ||
meson_options.txt | ||
xdg.c | ||
xdg.h |
README.adoc
fastiv
fastiv is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally RAW pictures. Currently, it’s not particularly usable.
Non-goals
-
fancy UI—the focus is on speed of use first, colour accuracy second
-
memory efficiency, though preloading can cause some pressure
-
portability to non-UNIXy systems
Packages
Regular releases are sporadic. git master should be stable enough. You can get a package with the latest development version from Archlinux’s AUR.
Building and Running
Build dependencies: Meson, pkg-config
Runtime dependencies: gtk+-3.0, pixman-1, shared-mime-info, libpng>=1.5.4,
libturbojpeg, LibRaw (optional)
$ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir $ cd builddir $ meson compile
To install the application, you can do:
# meson install
Contributing and Support
Use https://git.janouch.name/p/fastiv to report any bugs, request features,
or submit pull requests. git send-email
is tolerated. If you want to discuss
the project, feel free to join me at ircs://irc.janouch.name, channel #dev.
Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
License
This software is released under the terms of the 0BSD license, the text of which is included within the package along with the list of authors.