diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-02 12:50:35 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-02 13:01:31 +0100 | 
| commit | a31b08a2d1f39055a64725f27eed023351ff6a38 (patch) | |
| tree | 4f9d7c8a9bcc36b03b33cabd31150cadef795d9f | |
| parent | 7b53edd6afcf2ef4aebf777a3b152effdbb82c0e (diff) | |
| download | fiv-a31b08a2d1f39055a64725f27eed023351ff6a38.tar.gz fiv-a31b08a2d1f39055a64725f27eed023351ff6a38.tar.xz fiv-a31b08a2d1f39055a64725f27eed023351ff6a38.zip  | |
RAW -> raw photos
| -rw-r--r-- | README.adoc | 2 | ||||
| -rw-r--r-- | fastiv-io.c | 2 | ||||
| -rw-r--r-- | meson_options.txt | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index f983838..69649e9 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ fastiv  ======  'fastiv' is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally -RAW, SVG, X11 cursors and TIFF, or whatever gdk-pixbuf loads. +raw photos, SVG, X11 cursors and TIFF, or whatever gdk-pixbuf loads.  It still has some road to go, but it's already become quite usable,  and it has received basic polishing. diff --git a/fastiv-io.c b/fastiv-io.c index b955622..36e6fde 100644 --- a/fastiv-io.c +++ b/fastiv-io.c @@ -63,7 +63,7 @@  #endif  // A subset of shared-mime-info that produces an appropriate list of -// file extensions. Chiefly motivated by the suckiness of RAW images: +// file extensions. Chiefly motivated by the suckiness of raw photo formats:  // someone else will maintain the list of file extensions for us.  const char *fastiv_io_supported_media_types[] = {  	"image/bmp", diff --git a/meson_options.txt b/meson_options.txt index 468aea8..b360330 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,5 @@  option('libraw', type : 'feature', value : 'auto', -    description : 'Build with RAW support, requires LibRaw') +    description : 'Build with raw photo support, requires LibRaw')  option('librsvg', type : 'feature', value : 'auto',  	description : 'Build with SVG support, requires librsvg')  option('xcursor', type : 'feature', value : 'auto',  | 
