Image browser and viewer
Go to file
Přemysl Eric Janouch 09547184c3
Fix an embarrassing crash on directory change
2021-11-20 13:18:31 +01:00
subprojects Add a Meson wrap for spng 2021-11-12 11:49:12 +01:00
tools tools: fix the Makefile 2021-11-01 05:17:25 +01:00
wuffs-mirror-release-c@7804ffe150 Bump wuffs 2021-11-02 04:53:33 +01:00
.clang-format Add clang-format configuration 2021-11-01 05:17:26 +01:00
.gitmodules Initial commit 2021-09-15 17:30:16 +02:00
LICENSE Initial commit 2021-09-15 17:30:16 +02:00
README.adoc Add support for opening Xcursor files 2021-11-17 13:49:15 +01:00
fastiv-browser.c Fix an embarrassing crash on directory change 2021-11-20 13:18:31 +01:00
fastiv-browser.h Incorporate most clang-format changes 2021-11-01 05:17:26 +01:00
fastiv-io-benchmark.c Fix obsolete header includes 2021-11-09 18:15:41 +01:00
fastiv-io.c Add a command line option to list supported types 2021-11-18 12:46:05 +01:00
fastiv-io.h Add a command line option to list supported types 2021-11-18 12:46:05 +01:00
fastiv-sidebar.c Make C-l interpret relative paths better 2021-11-19 23:11:11 +01:00
fastiv-sidebar.h Add a customized sidebar widget 2021-11-19 20:03:43 +01:00
fastiv-view.c Fix some issues with browser/view switching 2021-11-20 13:04:26 +01:00
fastiv-view.h Incorporate most clang-format changes 2021-11-01 05:17:26 +01:00
fastiv.c Fix some issues with browser/view switching 2021-11-20 13:04:26 +01:00
fastiv.desktop Do not lie as much in the desktop file 2021-11-18 13:41:58 +01:00
fastiv.svg Add an icon and a desktop file 2021-09-16 18:01:01 +02:00
meson.build Add a customized sidebar widget 2021-11-19 20:03:43 +01:00
meson_options.txt Add support for opening Xcursor files 2021-11-17 13:49:15 +01:00
xdg.c Split out xdg.{c,h} 2021-11-01 05:17:26 +01:00
xdg.h Split out xdg.{c,h} 2021-11-01 05:17:26 +01:00

README.adoc

fastiv

fastiv is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally RAW and SVG pictures, or whatever gdk-pixbuf loads. Currently, its very basic.

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 Archlinuxs AUR.

Building and Running

Build dependencies: Meson, pkg-config
Runtime dependencies: gtk+-3.0, glib>=2.64, pixman-1, shared-mime-info, spng>=0.7.0, libturbojpeg, LibRaw (optional), librsvg-2.0 (optional), xcursor (optional), gdk-pixbuf-2.0 (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.