Image browser and viewer
Go to file
Přemysl Eric Janouch 9c0e9d8d49
Stretch the toolbar across the window
The division is kind of logical, it might make sense for the view
to create the center widget, then we'd get rid of some recently added
GObject boilerplate.

Only make_separator() is kind of annoying.
2021-12-20 05:33:27 +01:00
resources Add a simple toolbar to the view 2021-12-17 07:01:37 +01:00
subprojects Bump the spng wrap to 0.7.1 2021-11-27 20:21:52 +01:00
tools Add very basic XMP support 2021-12-16 00:29:12 +01:00
wuffs-mirror-release-c@a0e2454f0c Bump Wuffs 2021-11-22 20:40:48 +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
fastiv-browse.desktop Fix opening files starting on dashes 2021-11-22 20:40:48 +01:00
fastiv.c Stretch the toolbar across the window 2021-12-20 05:33:27 +01:00
fastiv.desktop Fix opening files starting on dashes 2021-11-22 20:40:48 +01:00
fastiv.svg Add an icon and a desktop file 2021-09-16 18:01:01 +02:00
fiv-browser.c Optimize thumbnail rendering 2021-12-20 04:40:35 +01:00
fiv-browser.h Adopt shorter identifiers 2021-12-18 07:04:01 +01:00
fiv-io-benchmark.c Adopt shorter identifiers 2021-12-18 07:04:01 +01:00
fiv-io.c Optimize thumbnail rendering 2021-12-20 04:40:35 +01:00
fiv-io.h Adopt shorter identifiers 2021-12-18 07:04:01 +01:00
fiv-sidebar.c Adopt shorter identifiers 2021-12-18 07:04:01 +01:00
fiv-sidebar.h Adopt shorter identifiers 2021-12-18 07:04:01 +01:00
fiv-view.c Make Exif orientation work with SVG 2021-12-19 12:21:14 +01:00
fiv-view.h Add a playback toggle button 2021-12-19 05:37:11 +01:00
LICENSE Initial commit 2021-09-15 17:30:16 +02:00
meson_options.txt Fix inconsistent indentation 2021-12-15 06:48:17 +01:00
meson.build Adopt shorter identifiers 2021-12-18 07:04:01 +01:00
README.adoc Adopt shorter identifiers 2021-12-18 07:04:01 +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

fastiv

fastiv is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally raw photos, HEIC, AVIF, WebP, SVG, X11 cursors and TIFF, or whatever gdk-pixbuf loads.

It still has some road to go, but its already become quite usable, and it has received basic polishing.

Non-goals

  • fancy UI—the focus is on speed of use first, colour accuracy second

  • editing—thats what editors are for, be it GIMP or Rawtherapee; nothing beyond the most basic of adjustments is desired

  • 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
Optional dependencies: LibRaw, librsvg-2.0, xcursor, libwebp, libheif, libtiff, gdk-pixbuf-2.0

$ 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

Configuration

The standard means to adjust the looks of the program is through GTK+ 3 CSS. As an example, to tightly pack browser items, put the following in your ~/.config/gtk-3.0/gtk.css:

fiv-browser { -FivBrowser-spacing: 0; padding: 0; border: 0; margin: 0; }

The GTK+ inspector will be very helpful, should you want to experiment.

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.