diff options
Diffstat (limited to 'graphics/ufraw/README')
-rw-r--r-- | graphics/ufraw/README | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/graphics/ufraw/README b/graphics/ufraw/README index 74547f72bd..00db50418a 100644 --- a/graphics/ufraw/README +++ b/graphics/ufraw/README @@ -1,10 +1,13 @@ -The UFRaw (Unidentified Flying Raw) is a tool for reading and manipulating -raw images from digital cameras. It supports most of the existing raw -formats (any format supported by DCRaw). UFRaw can be used on its own or +The UFRaw (Unidentified Flying Raw) is a tool for reading and manipulating +raw images from digital cameras. It supports most of the existing raw +formats (any format supported by DCRaw). UFRaw can be used on its own or as a Gimp plug-in. -UFRaw depends on dcraw, which is also available at SlackBuilds.org. -However, you can add "--enable-extras" to the configure arguments in the -build script to use the included dcraw. -An optional dependency is exiv2 (available at SlackBuilds.org) if you want -the ability to read exif data with ufraw. +UFRaw requires dcraw and gtkimageview; lensfun is an optional dependency +(run the build script with LENSFUN=yes if you have it installed). + +However, you can add "--enable-extras" to the configure arguments in the +build script to use the included dcraw. You'll need gtkimageview if you +want to include the image preview window. You can build ufraw without +gtkimageview (run the build script with GTK=no), but you'll only have command +line interface to UFRaw. |