RAW -> raw photos

This commit is contained in:
Přemysl Eric Janouch 2021-12-02 12:50:35 +01:00
parent 7b53edd6af
commit a31b08a2d1
Signed by: p
GPG Key ID: A0420B94F92B9493
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ fastiv
====== ======
'fastiv' is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally '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, It still has some road to go, but it's already become quite usable,
and it has received basic polishing. and it has received basic polishing.

View File

@ -63,7 +63,7 @@
#endif #endif
// A subset of shared-mime-info that produces an appropriate list of // 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. // someone else will maintain the list of file extensions for us.
const char *fastiv_io_supported_media_types[] = { const char *fastiv_io_supported_media_types[] = {
"image/bmp", "image/bmp",

View File

@ -1,5 +1,5 @@
option('libraw', type : 'feature', value : 'auto', 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', option('librsvg', type : 'feature', value : 'auto',
description : 'Build with SVG support, requires librsvg') description : 'Build with SVG support, requires librsvg')
option('xcursor', type : 'feature', value : 'auto', option('xcursor', type : 'feature', value : 'auto',